Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jmlondon/pep-data-apis
documentation for PEP data access APIs
https://github.com/jmlondon/pep-data-apis
Last synced: 5 days ago
JSON representation
documentation for PEP data access APIs
- Host: GitHub
- URL: https://github.com/jmlondon/pep-data-apis
- Owner: jmlondon
- License: cc0-1.0
- Created: 2016-01-14T22:49:53.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T23:23:13.000Z (almost 9 years ago)
- Last Synced: 2024-11-06T00:46:35.095Z (about 2 months ago)
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
The AFSC Polar Ecosystems Program relies on Oracle APEX RESTful services for data access. This repository is a collection of markdown documents that document the API specifics.
## List of API Endpoints
* [PEP BOSS (Bering Okhotsk Seal Surveys)](https://github.com/jmlondon/pep-data-apis/blob/master/pep-boss-api.md)
## URI template
All endpoints are accessible via the base URI
```
https://chum.afsc.noaa.gov:7104/apex
```This base URI is followed by a template of
```
/version/resource_name/handler
```## URI example
The PEP BOSS project data with a listing of all identified hotspots can be accessed via
```
https://chum.afsc.noaa.gov:7104/apex/pep_boss/v1/hotspots
```## API Standards
The following standards and practices are applied to all PEP API endpoints
* All data are returned in JSON file format
* By default, pagination is not implemented