cURL
curl --request GET \ --url http://localhost:3000/api/openapi/statistics/github/stars \ --header 'x-api-key: <api-key>'
123
Get the stargazers count for the Reactive Resume GitHub repository, at the time of writing.
The API key to authenticate requests.
OK
The response is of type number.
number