Response Formats

The OnPoint API requires a response format be included with all resource requests. Allowed response formats are:

To use the jsonp format, specify json format and include an additional parameter _callback with the value equal to the function name used for padding.

json example: https://api.weathersource.com/v1/[api_key]/resource.json
jsonp example: https://api.weathersource.com/v1/[api_key]/resource.json?_callback=foo