This page is only accessible by registered and authorised users
API Documentation
- User API (data consumer) for requesting data from PROWL
- Contributor API (data creator) for submitting new object polygons to PROWL
- Service API (data provider) for external data sources to be read by PROWL and made available to PROWL users
- Authority API (data validator) for official agencies to validate the content of PROWL meets with regulations and standards and is valid and authoritative
User API
To request data, the following RESTful request is made;
POST https://prowl.site/req/lat=<lat>,long=<long>,type=<type>,user=<user>,pass=<password/Oauth2 token>
Where;
<lat> is the location in decimal of the latitude of the request – e.g. -34.930323100
<long> is the location in decimal of the longitude of the request – e.g. 138.608823200
<type> is the decimal notation of the type of request – 0 for normal request of all data. See documentation here
<user> is the decimal number of the user that is registered on the PROWL system. Optional, if username is not supplied, only data from 3rd parties is provided in the response (if exists) – See documentation here.
<pass> is the password of the PROWL user, or the OAUTH2 token for the registered user. Only required if a username is provided. See documentation here.