protection_level / api_acp_stats

APIs metadata, documentation and preview (only available if no parameters are required ).

BIOPAMA Protection Statistics at ACP level. Data is updated every month. Use this API to retrieve ACP data.



Preview

Results limited to 50 records, show all results (might take some time for large datasets)

id total_count ter_count mar_count cos_count ter_area ter_area_prot ter_perc_prot mar_area mar_area_prot mar_perc_prot
1 10038 8695 684 659 25272194.6919 4066948.69213 16.0925821509 32076638.5606 4138735.4807 12.9026471177
code
Use the API:

If functions' parameters are not compulsory try to call the function without arguemnts:

https://api.biopama.org/api/protection_level/function/api_acp_stats

If function parameters are compulsory, put them after the last slash separated by commas if more than one:

https://api.biopama.org/api/protection_level/function/api_acp_stats/id=
Optional Arguments

Filter returned fields in the url query using field names separated by comma, eg:

https://api.biopama.org/api/protection_level/function/api_acp_stats?fields=field_name1,field_name2,...
or
https://api.biopama.org/api/protection_level/function/api_acp_stats/id=?fields=field_name1,field_name2,...


Limit returned records in the url query using the limit parameter, eg:

https://api.biopama.org/api/protection_level/function/api_acp_stats/id=?limit=100
or remove the limit argument to display all of them (might take some time for large datasets).
By default limit is set to 50 records.


Please read the comment on function on how to use properly this API or for parameters default/examples values.