home / n311

_locations

2 rows where category_id = 53471

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: added (date), removed (date)

Link rowid ▼ location latitude longitude category_id ward added removed active
22374 22374 28 BALLARD ST 42.339654 -71.191346 53471 7 2025-06-30 15:45 2025-07-08 0
26688 26688 63 BONAD RD 42.339753 -71.21885 53471 3 2025-09-15 07:15 2025-09-29 0

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

CREATE TABLE [_locations] (
   [location] TEXT,
   [latitude] FLOAT,
   [longitude] FLOAT,
   [category_id] TEXT REFERENCES [categories]([id]),
   [ward] INTEGER,
   [added] TEXT,
   [removed] TEXT,
   [active] INTEGER
);
Powered by Datasette · Queries took 329.286ms