CountryCode for Brazil

What is the countrycode for Brazil?

and Which boundingBoxString is correct?

const bbox = map.getBounds()

boundingBoxString = ‘(’ + bbox.vb.hi + ‘,’ + bbox.Ra.hi + ‘),(’ + bbox.vb.lo + ‘,’ + bbox.Ra.lo + ‘)’

boundingBoxString = ‘(’ + bbox.Ia.hi + ‘,’ + bbox.Wa.hi + ‘),(’ + bbox.Ia.lo + ‘,’ + bbox.Wa.lo + ‘)’

The ISO country code for brazil is BR, the countryID in our database is 36. You can see all of our reference data for lookup information here: https://api.openchargemap.io/v3/referencedata?key=testing

Regarding the bounding box, I’m not familiar with the variable names you are using but if you imagine a box drawn over a map, the order is (topleft.latitude, topleft.longitude, bottomright.latitude, bottomright.longitude), or the “North East” then “South West” corners: https://openchargemap.org/site/develop/api#/operations/get-poi