cURL
curl --request POST \ --url https://api.vepler.com/v1/v1/planning/query \ --header 'Content-Type: application/json' \ --header 'x-api-key: <api-key>' \ --data ' { "query": { "councils": [ "<string>" ], "key": "<string>", "statuses": [ "<string>" ], "types": [ "<string>" ], "developmentCategories": [ "<string>" ], "receivedDateFrom": "<string>", "receivedDateTo": "<string>", "validatedDateFrom": "<string>", "validatedDateTo": "<string>", "appealedDateFrom": "<string>", "appealedDateTo": "<string>" }, "limit": 50, "offset": 0, "sortBy": "receivedDate", "sortOrder": "desc" } '
{ "success": true, "applications": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "provider": "<string>", "key": "<string>", "sourceId": "<string>", "status": "received", "createdAt": "<string>", "updatedAt": "<string>", "statusExternal": "<string>", "statusConfidence": 123, "type": "<string>", "typeExternal": "<string>", "developmentCategory": "<string>", "typeConfidence": 123, "description": "<string>", "receivedDate": "<string>", "validatedDate": "<string>", "appealedDate": "<string>", "appealedStatus": "<string>", "spatial": { "type": "Point", "coordinates": [ 123 ] }, "spatialFeatures": "<unknown>" } ], "total": 123, "limit": 123, "offset": 123 }
Search for planning applications using councils, status, dates, and other criteria
API Key authentication for Vepler API. Get your API key from the Vepler dashboard.
Planning application search criteria
Show child attributes
1 <= x <= 100
x >= 0
receivedDate
validatedDate
appealedDate
createdAt
updatedAt
asc
desc
Planning applications matching search criteria
true
false
Was this page helpful?