This repository has been archived by the owner on Sep 19, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathlisting.json
54 lines (54 loc) · 2.69 KB
/
listing.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"result": {
"packages": [
{
"title": "BC Data Catalogue API",
"url": "https://raw.githubusercontent.com/bcgov/api-specs/master/bcdc/bcdc.json",
"notes": "The live published metadata content of the BC Data Catalogue is accessible through an application programming interface (API)",
"api_num": 0
},
{
"title": "Open511-DriveBC API",
"url": "https://raw.githubusercontent.com/bcgov/api-specs/master/open511/open511.json",
"notes": "Provides real-time access to road event information for provincial highways, including road closures, planned work and extreme weather conditions delivered according to the Open511 standard.",
"api_num": 1
},
{
"title": "BC Laws API",
"url": "https://raw.githubusercontent.com/bcgov/api-specs/master/bclaws/bclaws.json",
"notes": "BC Laws contains a comprehensive collection of BC legislation and related materials available via the BC Laws API.",
"api_num": 2
},
{
"title": "Physical Address Geocoding Web Service",
"url": "https://raw.githubusercontent.com/bcgov/api-specs/master/geocoder/geocoder.json",
"notes": "The Physical Address Geocoder can be used to resolve physical locations and to standardize addresses in British Columbia.",
"api_num": 3
},
{
"title": "KamloopsGarbagePickup",
"url": "https://raw.githubusercontent.com/BCDevExchange/API-Management/master/swagger-json/KamloopsGarbagePickup.json",
"notes": "The City of Kamloops is making publicly available data more accessible through an API.",
"api_num": 4
},
{
"title": "Surrey-Open311",
"url": "https://raw.githubusercontent.com/BCDevExchange/API-Management/master/swagger-json/surrey-open311.json",
"notes": "This API provides real-time access to query service requests submitted to the City of Surrey Engineering and Parks departments based on the Open311 standard.",
"api_num": 5
},
{
"title": "Surrey-Open511",
"url": "https://raw.githubusercontent.com/cityofsurrey/open511/master/open511definition.json",
"notes": "Provides real-time access to active and future obstructions and detours happening throughout the City of Surrey according to the Open511 standard.",
"api_num": 6
},
{
"title": "Surrey-TrafficLoopCount",
"url": "https://raw.githubusercontent.com/CityofSurrey/traffic-loops-api/master/surrey-trafficloop.json",
"notes": "This API provides locations of City of Surrey traffic loops and the corresponding traffic loop counts in 15 minute intervals.",
"api_num": 7
}
]
}
}