Endpoints
Buoys
Lists all NDBC buoys.
Path
/api/buoys[.ext]
Methods
Content Types
Path Params
- ext
- description: requested content type
- type: string
- optional: true
- default: json
Query Params
None
Buoy
Fetch an NDBC buoy by id.
Path
/api/buoys/{id}[.ext]
Methods
Content Types
Path Params
- ext
- description: requested content type
- type: string
- optional: true
- default: json
- id
- description: buoy id
- type: string
- optional: false
Query Params
None
Buoy Readings
Lists all readings for an NDBC buoy.
Path
/api/buoys/{id}/readings[.ext]
Methods
Content Types
Path Params
- ext
- description: requested content type
- type: string
- optional: true
- default: json
- id
- description: buoy id
- type: string
- optional: false
Query Params
- limit
- description: number of readings
- type: int
- optional: true
Buoy Readings Current
Fetch the current reading for an NDBC buoy.
Path
/api/buoys/{id}/readings/current[.ext]
Methods
Content Types
Path Params
- ext
- description: requested content type
- type: string
- optional: true
- default: json
- id
- description: buoy id
- type: string
- optional: false
Query Params
None