{"openapi":"3.1.0","info":{"title":"Kingdom Map API","version":"1.0.0","description":"The master geographic API of the Love on The World network. One database of outreach groups, evangelists, events, churches, ministries, missions, prayer locations and testimonies, shared by every site in the network.\n\nCoordinates returned are DISPLAY coordinates. Records about individual people are deliberately imprecise: `approximate` is true and `accuracy_m` states the radius. There is no endpoint that reveals a person's exact location.","contact":{"name":"Love on The World","url":"https://www.loveontheworld.com"}},"servers":[{"url":"https://map.loveontheworld.com"}],"paths":{"/api/v1/entities":{"get":{"summary":"Search map records","parameters":[{"name":"type","in":"query","description":"A single category slug, e.g. outreach_group","schema":{"type":"string"}},{"name":"types","in":"query","description":"Comma-separated category slugs","schema":{"type":"string"}},{"name":"country","in":"query","description":"Country name or ISO code","schema":{"type":"string"}},{"name":"countries","in":"query","description":"Comma-separated countries","schema":{"type":"string"}},{"name":"city","in":"query","description":"City slug from /api/v1/places","schema":{"type":"string"}},{"name":"bounds","in":"query","description":"Viewport as W,S,E,N","schema":{"type":"string"}},{"name":"near","in":"query","description":"lat,lng for proximity search","schema":{"type":"string"}},{"name":"radius","in":"query","description":"Kilometres, used with near","schema":{"type":"number"}},{"name":"q","in":"query","description":"Free-text search","schema":{"type":"string"}},{"name":"from","in":"query","description":"ISO date — events ending after this","schema":{"type":"string"}},{"name":"to","in":"query","description":"ISO date — events starting before this","schema":{"type":"string"}},{"name":"upcoming","in":"query","description":"1 to hide finished events","schema":{"type":"string"}},{"name":"verified","in":"query","description":"1 for team-verified records only","schema":{"type":"string"}},{"name":"featured","in":"query","description":"1 for featured records only","schema":{"type":"string"}},{"name":"tags","in":"query","description":"Comma-separated tags","schema":{"type":"string"}},{"name":"sort","in":"query","description":"default | distance | recent | soon","schema":{"type":"string"}},{"name":"limit","in":"query","description":"1-2000, default 500","schema":{"type":"integer"}},{"name":"offset","in":"query","description":"Pagination offset","schema":{"type":"integer"}},{"name":"format","in":"query","description":"json (default) or geojson","schema":{"type":"string"}},{"name":"site","in":"query","description":"Registered site key; scopes to that site's categories","schema":{"type":"string"}}],"responses":{"200":{"description":"A page of records, or a GeoJSON FeatureCollection when format=geojson"}}}},"/api/v1/entities/{ref}":{"get":{"summary":"One record by id or slug","parameters":[{"name":"ref","in":"path","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"The record"},"404":{"description":"Not found"}}}},"/api/v1/types":{"get":{"summary":"The live category registry"}},"/api/v1/stats":{"get":{"summary":"Counts by category and country"}},"/api/v1/config":{"get":{"summary":"A registered site's map configuration","parameters":[{"name":"site","in":"query","description":"Registered site key","schema":{"type":"string"}}]}},"/api/v1/places":{"get":{"summary":"City gazetteer search","parameters":[{"name":"q","in":"query","description":"Partial city or country name","schema":{"type":"string"}}]}},"/api/v1/geocode":{"get":{"summary":"Forward geocoding (proxied to Mapbox)","parameters":[{"name":"q","in":"query","description":"Address or place","schema":{"type":"string"}}]}},"/api/v1/submissions":{"post":{"summary":"Submit a group, ministry, event or interest for review","description":"Always lands as pending. Street addresses are discarded for person-class categories."}},"/api/v1/reports":{"post":{"summary":"Report a record as wrong, stale or unsafe"}}},"x-aliases":{"/api/map/*":"Alias of /api/v1/* — the shape documented for consumer sites."}}