Documentation menu
Getting started
QuickstartEndpoints
GET/zoneGET/geocodeGET/reverse-geocodeGET/zoningGET/contractor/statsGET/contractor/coverageGET/contractor/{name_normalized}GET/contractorGET/permitGET/inspectionGET/licenceGET/development_permitGET/planning_applicationGET/assessmentGET/permit/statsGET/inspection/statsGET/licence/statsGET/development_permit/statsGET/planning_application/statsGET/assessment/statsGET/permit/coverageGET/inspection/coverageGET/licence/coverageGET/development_permit/coverageGET/planning_application/coverageGET/assessment/coverageGET/permit/feedGET/permit/{record_id}GET/inspection/{record_id}GET/licence/{record_id}GET/development_permit/{record_id}GET/planning_application/{record_id}GET/assessment/{record_id}Docs / Guides / Filtering, search and pagination
Filtering, search and pagination
Narrow results with filters and full-text search, and page through large result sets.
Most BuildData search endpoints accept query parameters to filter results, plus limit and offset to page through them.
Filter and search
Use q for full-text search across fields, and the endpoint-specific filters listed on each reference page. Combine as many as you need:
GET https://builddata-canadian-construction-data-api.p.rapidapi.com/zone?q=example&limit=50Page through results
Responses include a count and an offset. Increase offset by your limit to walk the full set:
GET https://builddata-canadian-construction-data-api.p.rapidapi.com/zone?limit=100&offset=0
GET https://builddata-canadian-construction-data-api.p.rapidapi.com/zone?limit=100&offset=100Ready to build?Subscribe on RapidAPI to get your key and start calling BuildData in minutes.
Get your API key →