Skip to main content

Regulation Metadata

An API to get regulation database information. The latest commercial and recreational database versions are returned. You can use this to check against any cached information you might have, for example.

GET api/info/regulations

Sample Response

{
"success": true,
"results": {
"commercial": {
"version": "0.0.5"
},
"recreational": {
"version": "5.113",
"supportedAreasBoundaryVersion": 1
}
}
}