codeforkansascity / ResideKC

ResideKC provides civic information to residents based on street address.
http://codeforkc.org/ResideKC/
9 stars 10 forks source link

Possible KCMO end point #1

Closed zmon closed 7 years ago

zmon commented 7 years ago

You will need the KIVA pin of the property, but to get the following

Feature (ID: 124912)

124912
OBJECTID: 124912
    COUNCILDISTRICT: 4
    SCHOOLDISTRICT: KANSAS CITY MISSOURI 110
    NEIGHBORHOODCENSUS: Crossroads
    TRASHDAY: Monday
    ZONING: M1-5
    ZIP: 64108
    RA_TWN_SEC: s334908
    POLICEDIVISION: Central
    TRASHPROVIDER: City
    SP_X: 2763583.17995283
    SP_Y: 1064776.35736993
    AREA_SQ_FT: 4807.4434375
    COUNTY: Jackson
    NEIGHBORHOODCENSUS_ID: 7
    INSPECTIONAREA: 7
    SOLIDWASTECOLLECTIONZONE: Central
    MAINTENANCE_DIST_PW: D2
    PARKREGION: Central
    DD_X: -94.58852306
    DD_Y: 39.09090512
    EDC: West
    IMPACTFEEZONE: EXEMPT

You can

  1. goto http://maps.kcmo.org/kcgis/rest/services/external/Tables/MapServer/2/query
  2. Fill in the Kiva pin and press enter
  3. Click on Object ID at the bottom.

To consume the data as a JSON api change the Format from HTML to JSON and copy the link.

zmon commented 7 years ago

This is being used in the initial code.