Skip to content

Instantly share code, notes, and snippets.

@noahkoch
Last active August 13, 2017 21:50
Show Gist options
  • Select an option

  • Save noahkoch/dc1dfbc8c5b01f4043757a8061114465 to your computer and use it in GitHub Desktop.

Select an option

Save noahkoch/dc1dfbc8c5b01f4043757a8061114465 to your computer and use it in GitHub Desktop.
API.noah Documentation

API.noah Documentation

For more information visit api.noahkoch.com.

Basics

API.noah does not require any authentication, but excessive use will result in rate limitting or your IP address being blocked.

API Base https://api.noahkoch.com/

All Activities

  • URL /activities

  • URL GET

Steps

  • URL /activities/steps

  • URL GET

  • Optional URL Params

    sort=[asc|desc] default: desc
    page=[integer] default: 1
    date=[YYYY-MM-DD]
    start_date=[YYYY-MM-DD] inclusive
    end_date=[YYYY-MM-DD] inclusive
    You cannot use date and start_date/end_date

Distances

  • URL /activities/distances

  • URL GET

  • Optional URL Params

    sort=[asc|desc] default: desc
    page=[integer] default: 1
    date=[YYYY-MM-DD]
    start_date=[YYYY-MM-DD] inclusive
    end_date=[YYYY-MM-DD] inclusive
    You cannot use date and start_date/end_date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment