Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Where can I see the rate limit? I tried https://api.github.com/rate_limit but I see a rate limit of 60 only:

    {
      "resources": {
        "core": {
          "limit": 60,
          "remaining": 58,
          "reset": 1530102452
        },
        "search": {
          "limit": 10,
          "remaining": 10,
          "reset": 1530099950
        },
        "graphql": {
          "limit": 0,
          "remaining": 0,
          "reset": 1530103490
        }
      },
      "rate": {
        "limit": 60,
        "remaining": 58,
        "reset": 1530102452
      }
    }



You're not authenticated to the API. You can see by going here: https://api.github.com/user

> For API requests using Basic Authentication or OAuth, you can make up to 5000 requests per hour.

> For unauthenticated requests, the rate limit allows for up to 60 requests per hour.

https://developer.github.com/v3/#rate-limiting




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: