Schema
5 fields
Columns
- sceneId
string - Copernicus product id
- tile
string - MGRS tile
- acquired
date - Acquisition date
- cloudPct
number - Cloud cover percent
- previewUrl
string - Public browse image
Datasets/s2-previews
copernicus / s2-previews
Low-resolution L2A preview metadata: scene id, cloud cover, and browse URL.
Last seen
Source copernicus/sentinel-2-l2a · Satellite
Schema
5 fields
stringstringdatenumberstringSample row
JSON preview
{
"sceneId": "S2B_MSIL2A_20260905T155859_N0511_R054_T18TXL",
"tile": "18TXL",
"acquired": "2026-09-05",
"cloudPct": 12.4,
"previewUrl": "https://browser.dataspace.copernicus.eu/"
}Query · milestone 18
curl -sS https://realiahq.xyz/api/v1/datasets/sentinel-2-previews \
-H "Authorization: Bearer $REALIA_KEY"This route 404s with key required until API keys ship.