Первая запись каталога
Регионыоткрытая записьPlatform for developers
QazGeo for maps, data, and integrations
Open records, satellite scenes, and OGC objects for working with maps and data.
- 20
- записей каталога
- 7
- OGC-коллекций
- 11
- слоёв карты
- 32
- открытых GET-маршрутов
Последний официальный показатель
Население: 20 283 3992025 год · человекТерриториальный реестр
15 594 территорий · 15 350 справочно244 с геометриейSTAC
1 открытая коллекциятолько метаданные · Sentinel-1Interactive tools
Open data interfaces
Open interfaces for records, satellite scenes, and OGC collections.
Public interfaces
Open data and contracts
Records, STAC, and OGC publish metadata, records, and GeoJSON without registration.
Records, STAC, and OGC serve open metadata, records, and GeoJSON.
GET · Records · STAC · OGCDeveloper Platform
Public requests and responses
The schema and examples apply only to public GET routes.
Request
/records/collections/qazgeo/items?limit=3
curl -sS 'https://qgeo.tech/records/collections/qazgeo/items?limit=3'
Example request · Python · JavaScript
import requests
requests.get('https://qgeo.tech/records/collections/qazgeo/items', params={'limit': 3}, timeout=20)fetch('https://qgeo.tech/records/collections/qazgeo/items?limit=3')Request
/ogc/collections/regions/items?limit=3
curl -sS 'https://qgeo.tech/ogc/collections/regions/items?limit=3'
Example request · Python · JavaScript
import requests
requests.get('https://qgeo.tech/ogc/collections/regions/items', params={'limit': 3}, timeout=20)fetch('https://qgeo.tech/ogc/collections/regions/items?limit=3')Headers and errors
Each response carries a correlation ID and rate-limit metrics; API errors use application/problem+json per RFC 9457.
X-Request-IDcorrelation idX-RateLimit-Limitper-minute limitX-RateLimit-Remainingremaining requestsRetry-After429 retry windowapplication/problem+jsonRFC 9457 errors
Layers, statistics, and registry cards show published data.
5 cards · JSON · GeoJSONOpen panelSentinel-1 and other EO scenes are available separately from the records catalog.
Sentinel-1 Catalog · STAC JSONOpen panelOGC returns open collections and objects.
7 · OGC · GeoJSONOpen panelAPI reference for tools
API reference for tools
Tools use catalog records, STAC and OGC.