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-1

Interactive tools

Open data interfaces

Open interfaces for records, satellite scenes, and OGC collections.

API reference for tools

Public interfaces

Open data and contracts

Records, STAC, and OGC publish metadata, records, and GeoJSON without registration.

Public interfaceswithout a key

Records, STAC, and OGC serve open metadata, records, and GeoJSON.

GET · Records · STAC · OGC

Developer Platform

Public requests and responses

The schema and examples apply only to public GET routes.

GETRecordsJSON · GeoJSON

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')
GETOGC API FeaturesGeoJSON

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 id
  • X-RateLimit-Limitper-minute limit
  • X-RateLimit-Remainingremaining requests
  • Retry-After429 retry window
  • application/problem+jsonRFC 9457 errors

CatalogPublic records and results

Layers, statistics, and registry cards show published data.

5 cards · JSON · GeoJSONOpen panel
STACSatellite scenes by period and area

Sentinel-1 and other EO scenes are available separately from the records catalog.

Sentinel-1 Catalog · STAC JSONOpen panel
OGC collectionsCollections and objects

OGC returns open collections and objects.

7 · OGC · GeoJSONOpen panel

API reference for tools

API reference for tools

Tools use catalog records, STAC and OGC.