Query facility/location data
Returns facility and location-style data records. source is required; all other filters are optional. Attribute filters are passed as attr.<key>=<value> query parameters and AND-combined (for example ?attr.bill_type=予算&attr.decision=否決); only keys whitelisted for the given source are accepted (others return 400). The bounding-box filters (bbox_south/bbox_north/bbox_west/bbox_east) must be supplied as a complete set of four or omitted entirely, and exclude points without coordinates.
Query Parameters
Source ID to query.
1Point category exact match, for example aed, public_facility, or school_elementary.
1Exact external_id match for a single-record lookup. Unique per source, so at most one record is returned.
1Substring match against name. Case-insensitive for ASCII, literal match for non-ASCII (Japanese).
1Substring match against address. Same case-sensitivity semantics as name_contains.
1South edge latitude of the bounding box. Must be supplied together with bbox_north/bbox_west/bbox_east.
-90 <= x <= 90North edge latitude of the bounding box (bbox_south <= bbox_north).
-90 <= x <= 90West edge longitude of the bounding box (bbox_west <= bbox_east; date-line wrap is not supported).
-180 <= x <= 180East edge longitude of the bounding box.
-180 <= x <= 180Maximum number of items to return. Defaults to 1000.
1 <= x <= 10000Number of items to skip. Defaults to 0.
x >= 0