Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
250 lines (219 loc) · 5.51 KB

libraries.md

File metadata and controls

250 lines (219 loc) · 5.51 KB

List of libraries across the city

GET /v2/poi/libraries.{format}

Description

This method returns list of libraries across city.

Summary

Name Value Name Value
Request Protocol GET Requires API Key Yes
Method ID 1879 Enabled Yes
Service Name poi Service ID 349
Information Steward Campus Map Team Data Type CSV
Update Frequency Upon pull request Cache Time 0 seconds

Notes

  • Any value can be null

Sources

Parameters

GET /v2/poi/libraries.{format}
Parameter Type Required Description
format input yes The format of the output
key filter yes Your API key
callback filter no JSONP callback format

Output Formats

  • json
  • geojson
  • xml

Examples

GET /v2/poi/libraries.{format}

Response

Field Name Type Value Description
name string Name of the location
description string Location description
note string Any additional notes
latitude float Latitude of the parking lot
longitude float Longitude of the parking lot

Any value can be null

Output

JSON

{
  "meta":{
    "requests":811559,
    "timestamp":1453158165,
    "status":200,
    "message":"Request successful",
    "method_id":1889,
    "method":{
      
    }
  },
  "data":[
    {
      "name":"Dana Porter Library",
      "description":"Dana Porter Library (LIB)",
      "note":"http:\/\/www.lib.uwaterloo.ca\/tour\/MainET.html#porter",
      "latitude":43.469769479552,
      "longitude":-80.542372762749
    },
    {
      "name":"Davis Centre Library",
      "description":"William G. Davis Computer Research Centre (DC)",
      "note":"http:\/\/www.lib.uwaterloo.ca\/tour\/MainET.html#davis",
      "latitude":43.47258723304,
      "longitude":-80.542101736291
    },
    {
      "name":"St. Jerome's Library",
      "description":"St. Jerome's University (STJ)",
      "note":"http:\/\/sju.ca\/library.html",
      "latitude":43.468906050374,
      "longitude":-80.545792589556
    },
    {
      "name":"Lusi Wong Library",
      "description":"Renison University College (REN)",
      "note":"https:\/\/uwaterloo.ca\/renison\/lusi-wong-library",
      "latitude":43.469116903906,
      "longitude":-80.547391164016
    },
    {
      "name":"Milton Good Library",
      "description":"Conrad Grebel University College (CGR)",
      "note":"https:\/\/uwaterloo.ca\/grebel\/milton-good-library",
      "latitude":43.466208053962,
      "longitude":-80.544965770781
    },
    {
      "name":"The Centre for Teaching Excellence (CTE) Library",
      "description":"Environment 1 (EV1)",
      "note":"https:\/\/uwaterloo.ca\/centre-for-teaching-excellence\/research-teaching-and-learning\/cte-library",
      "latitude":43.468312138439,
      "longitude":-80.54281749708
    },
    {
      "name":"Centre for Career Action Library",
      "description":"William M. Tatham Centre for Co-operative Education & Career Action (TC)",
      "note":"https:\/\/uwaterloo.ca\/career-action\/resources-library\/library",
      "latitude":43.468749189392,
      "longitude":-80.541128946035
    },
    {
      "name":"Media Resources",
      "description":"Mathematics & Computer Building (MC)",
      "note":"https:\/\/uwaterloo.ca\/information-systems-technology\/services\/audio-visual-media-resources",
      "latitude":43.472154368956,
      "longitude":-80.543702408798
    },
    {
      "name":"Pharmacy Library",
      "description":"School of Pharmacy (PHR)",
      "note":"http:\/\/subjectguides.uwaterloo.ca\/content.php?pid=243188&sid=3626943",
      "latitude":43.45281373595,
      "longitude":-80.498933511151
    },
    {
      "name":"Musagetes Architecture Library",
      "description":"School of Architecture (ARC)",
      "note":"https:\/\/uwaterloo.ca\/library\/musagetes\/",
      "latitude":43.358112452575,
      "longitude":-80.316726223407
    },
    {
      "name":"Witer Learning Resource Centre",
      "description":"Optometry Building (OPT)",
      "note":"https:\/\/uwaterloo.ca\/witer-learning-resource-centre\/",
      "latitude":43.475815245449,
      "longitude":-80.545197882959
    }
  ]
}