Protocol & Versioning¶
DRAFT Specification / Work in Progress
This portion of the BTAA GIN site, our BTAA Geospatial API, and our linked data offerings are a WORK IN PROGRESS. Please reach out if you have questions or wish to participate in bringing these resources to public release.
- API Base URI:
- Current production base:
https://lib-geoportal-prd-web-01.oit.umn.edu/api/v1/ - Projected custom domain: https://api.geo.btaa.org
- Current production base:
- Content types:
application/json(default)application/ld+json(whenAcceptheader includes JSONāLD)text/csv(whenAcceptheader includes CSV)
- HTTP 1.1 or HTTP/2 over TLS 1.2+
- Minor revisions to this spec will increment the patch version (e.g.,
1.0.1) and MUST NOT introduce breaking changes.