API

Natural monuments

9 columns Technical name: pomniki_przyrody

A spatial dataset showing natural monuments in the City of Kielce.

Tags

  • Environment and nature
  • Natural monuments

API list API documentation

Endpoint

Data endpoint address for this table.

Test URL

/api/table/pomniki_przyrody/data?limit=100&offset=0

Parameters

  • limit required required, 1..1000
  • offset required required, >= 0
  • columns optional optional, comma-separated list of columns (public only). columns=typ,gatunek,gat_lacina
  • sort optional optional, indexed columns with type support only; "-" means descending. sort=gatunek sort=-gatunek

Columns

  • type typ VARCHAR(50) typ obiektu chronionego
    sorting: yes
  • gatunek VARCHAR(100) gatunek rodzimy
    sorting: yes
  • species: Latin name gat_lacina VARCHAR(100) Latin species name.
    sorting: yes
  • name nazwa VARCHAR(100) name assigned to the object, if present.
    sorting: yes
  • trunk circumference obwod INTEGER trunk circumference at 130 cm above ground.
    sorting: yes
  • height wysokosc INTEGER approximate object height.
    sorting: yes
  • age wiek INTEGER szacowany wiek pomnika w latach
    sorting: yes
  • adres VARCHAR(150) opis lokalizacji obiektu
    sorting: no
  • geometry GEOMETRY(POINT,2178) punktowa lokalizacja geograficzna obiektu
    sorting: no

Filters

  • gatunek optional Mode: exact equality Example: filter[gatunek]=sample
  • gat_lacina optional Mode: exact equality Example: filter[gat_lacina]=sample
  • geometry optional Mode: bbox: xmin,ymin,xmax,ymax Example: filter[geometry]=20.58,50.82,20.72,50.90
  • nazwa optional Mode: exact equality Example: filter[nazwa]=sample
  • obwod optional Mode: range: min and/or max (or equality) Example: filter[obwod][min]=10&filter[obwod][max]=100
  • typ optional Mode: exact equality Example: filter[typ]=sample
  • wiek optional Mode: range: min and/or max (or equality) Example: filter[wiek][min]=10&filter[wiek][max]=100
  • wysokosc optional Mode: range: min and/or max (or equality) Example: filter[wysokosc][min]=10&filter[wysokosc][max]=100