forked from Amsterdam/signals
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
144 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
{ | ||
"_links": { | ||
"self": { | ||
"href": "https://api.data.amsterdam.nl/bag/nummeraanduiding/" | ||
}, | ||
"next": { | ||
"href": "https://api.data.amsterdam.nl/bag/nummeraanduiding/?page=2" | ||
}, | ||
"previous": { | ||
"href": null | ||
} | ||
}, | ||
"count": 513503, | ||
"results": [ | ||
{ | ||
"_links": { | ||
"self": { | ||
"href": "https://api.data.amsterdam.nl/bag/nummeraanduiding/0363200000006110/" | ||
} | ||
}, | ||
"_display": "Eerste Anjeliersdwarsstraat 1-H", | ||
"id": 1234, | ||
"melding_id": 124, | ||
"location": { | ||
"latitude": 52.376, | ||
"logitude": 4.901, | ||
"stadsdeel": "Centrum" | ||
}, | ||
"current_state": { | ||
"state": "Gemeld", | ||
"description": "Verblijfsobject in gebruik" | ||
}, | ||
"department": "Waternet", | ||
"category": "watermelding", | ||
"subcategory": "overlast", | ||
"incident_date": "2018-05-19T07:22:15Z" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"id": 1, | ||
"melding_id": 4, | ||
"incident_date": "2018-05-19T07:22:15Z", | ||
"_link": { | ||
"self": "blabla", | ||
"history": "blala" | ||
}, | ||
"category": "watermelding", | ||
"subcategory": "overlast", | ||
"department": "Waternet", | ||
"current_state": { | ||
"_link": { | ||
"self": "blabla" | ||
}, | ||
"state": "Gemeld", | ||
"description": "dkjfg" | ||
}, | ||
"reporter": { | ||
"email": "[email protected]", | ||
"phone": "020-1234567", | ||
"confirmation": false | ||
}, | ||
"location": { | ||
"id": 2, | ||
"latitude": 52.376, | ||
"logitude": 4.901, | ||
"openbareruimte": "Zeedijk", | ||
"adres": "Zeedijk 142, 4455 KA Amsterdam", | ||
"stadsdeel": "Centrum" | ||
}, | ||
"source": { | ||
"phone": "0123456789", | ||
"name": "sinterklaas", | ||
"created_at": "2018-12-05T07:22:15Z" | ||
}, | ||
"description": "Er vaart hier een boot veel te hard", | ||
"extra_information": "Is een witte boot", | ||
"created_at": "2018-05-19T07:22:15Z", | ||
"updated_at": "2018-05-19T07:22:15Z", | ||
"extra_properties": [ | ||
{ | ||
"rederij": "loveboat" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"category": "watermelding", | ||
"subcategory": "overlast" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
{ | ||
"_links": { | ||
"self": { | ||
"href": "https://api.data.amsterdam.nl/bag/nummeraanduiding/" | ||
}, | ||
"next": { | ||
"href": "https://api.data.amsterdam.nl/bag/nummeraanduiding/?page=2" | ||
}, | ||
"previous": { | ||
"href": null | ||
} | ||
}, | ||
"count": 513503, | ||
"results": [ | ||
{ | ||
"id": 1, | ||
"melding_id": 4, | ||
"date": "2018-05-19T07:22:15Z", | ||
"state": "Gemeld", | ||
"description": "", | ||
"usermail": "[email protected]" | ||
}, | ||
{ | ||
"id": 0, | ||
"melding_id": 4, | ||
"date": "2018-05-19T07:22:15Z", | ||
"state": "In afwachting van behandeling", | ||
"description": "Pak het verder morgen op", | ||
"usermail": "[email protected]" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"state": "In afwachting van behandeling", | ||
"description": "Pak het verder morgen op" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"description": "Er vaart hier een boot veel te hard", | ||
"latitude": 52.376, | ||
"logitude": 4.901, | ||
"incident_date": "2018-05-19T07:22:15Z", | ||
"extra_information": "Is een witte boot", | ||
"reporter": { | ||
"email": "[email protected]", | ||
"phone": "020-1234567" | ||
}, | ||
"source": "telefoon", | ||
"category": "watermelding", | ||
"subcategory": "overlast", | ||
"extra_properties": [ | ||
{ | ||
"rederij": "loveboat" | ||
} | ||
] | ||
} |