Hi there, I’m new here.
Project intro
At the moment I am building an application that let’s a user pick a coordinate and area (bbox?), and have the 3DBAG API return all (limit=100) buildings there.
I process the LOD2.2 responses so a user can view it online and download an IFC4 file from it.
GET
Consulting the API 3DBAG API, I have successfully gotten responses for limit=10, limit=80, etc. using for instance https://api.3dbag.nl/collections/pand/items?limit=60
Problem
However… the response is always located in Amersfoort and the buildings do not connect to eachother but rather are selected on basis of an ascending PandID.
2 Questions
1: How do I adjust the URL https://api.3dbag.nl/collections/pand/items?limit=60 to get for instance buildings in for instance The Hague or Amsterdam?
2: How do I adjust the URL https://api.3dbag.nl/collections/pand/items?limit=60 to get only repsonses within a 100mx100m box? I do know “bbox” is a thing, but cannot figure out how to get a succesful response…
Thank you in advance for any help and responses.
Best, Thomas