Public
Edited
Dec 5, 2023
Insert cell
Insert cell
Insert cell
fetch(
"https://osmcha-test.ds.io/api/v1/changesets/?page=01&page_size=25&geometry=%7B%22coordinates%22%3A%5B%5B%5B-73.954224%2C40.8332%5D%2C%5B-74.008981%2C40.756513%5D%2C%5B-74.024495%2C40.696346%5D%2C%5B-74.051148%2C40.612022%5D%2C%5B-73.937172%2C40.522841%5D%2C%5B-73.646934%2C40.575019%5D%2C%5B-73.65477%2C40.705822%5D%2C%5B-73.786302%2C40.800049%5D%2C%5B-73.830108%2C40.818699%5D%2C%5B-73.954224%2C40.8332%5D%5D%5D%2C%22type%22%3A%22Polygon%22%7D&date__gte=2023-11-26&date__lte=2023-12-05%2020%3A19",
{
headers: {
"Content-Type": "application/json",
Authorization: "Token 8bf810ad59de2f36f0625bc971baa90219f39998"
}
}
).then((r) => r.json())
Insert cell
Insert cell
fetch(
"https://osmcha-test.ds.io/api/v1/changesets/?page=01&page_size=25&date__gte=2023-02-06&comment=%23hotosm-project-14220%20%23T%C3%BCrkiyeEQ060223%20%23yercizenler%20%23turkiye%20%23turkey&date__lte=2023-12-05%2020%3A26",
{
headers: {
"Content-Type": "application/json",
Authorization: "Token 8bf810ad59de2f36f0625bc971baa90219f39998"
}
}
).then((r) => r.json())
Insert cell
Insert cell
fetch(
"https://osmcha-test.ds.io/api/v1/changesets/?page=01&page_size=25&uids=360183",
{
headers: {
"Content-Type": "application/json",
Authorization: "Token 8bf810ad59de2f36f0625bc971baa90219f39998"
}
}
).then((r) => r.json())
Insert cell
Insert cell
Insert cell
fetch(
"https://osmcha-test.ds.io/api/v1/changesets/?page=01&page_size=25&date__gte=2023-11-26&geometry=%7B%22coordinates%22%3A%5B%5B%5B9.037002%2C45.510686%5D%2C%5B9.358385%2C45.635506%5D%2C%5B9.472424%2C45.433934%5D%2C%5B9.289961%2C45.331992%5D%2C%5B9.028708%2C45.346567%5D%2C%5B8.968578%2C45.455755%5D%2C%5B9.037002%2C45.510686%5D%5D%5D%2C%22type%22%3A%22Polygon%22%7D&area_lt=3&tag_changes=highway%3D*&date__lte=2023-12-05%2020%3A31",
{
headers: {
"Content-Type": "application/json",
Authorization: "Token 8bf810ad59de2f36f0625bc971baa90219f39998"
}
}
).then((r) => r.json())
Insert cell

Purpose-built for displays of data

Observable is your go-to platform for exploring data and creating expressive data visualizations. Use reactive JavaScript notebooks for prototyping and a collaborative canvas for visual data exploration and dashboard creation.
Learn more