Developer
Developer Stats
Reference
Analytics Endpoints
- Market
- Developer
- GETActive Developers
- GETCode Additions
- GETAsset Communities
- GETDeveloper Migrations
- GETMigration Assets
- GETTop Repositories
- GETNew Repositories
- GETTop Authors
- GETAuthor Stats
- GETDeveloper Stats
- GETGitHub Stars
- GETNew Github Stars
- GETGitHub Watchers
- GETNew GitHub Watchers
- GETGitHub Forks
- GETNew GitHub Forks
- GETGitHub Pull Requests
- GETNew GitHub Pull Request
- GETGitHub Total Issues
- GETGitHub Total Issue Change
- GETGitHub Active Issues
- GETGitHub New Issues
- GETGitHub Commits
- Github new github commits
- GET
- Venture
- Stablecoins
- Exchange
- Social
- News
Developer
Developer Stats
The most recent developer stats for a given asset.
GET
/
v1
/
developer
/
stats
curl --request GET \
--url https://api.invezo.com/v1/developer/stats \
--header 'x-invezo-api-key: <api-key>'
{
"status": "OK",
"request_id": "",
"result_count": 5000,
"data": [
{
"symbol": "ETH",
"githubCommits": 13526,
"githubForks": 13491,
"githubIssues": 14193,
"githubActiveIssues": 247,
"githubStars": 38548,
"githubWatchers": 2168
},
{
"symbol": "BTC",
"githubCommits": 34854,
"githubForks": 23770,
"githubIssues": 24771,
"githubActiveIssues": 598,
"githubStars": 65442,
"githubWatchers": 3921
},
...
]
}
Query Parameters
comma separated list of asset symbols (example: btc,eth)
{
"status": "OK",
"request_id": "",
"result_count": 5000,
"data": [
{
"symbol": "ETH",
"githubCommits": 13526,
"githubForks": 13491,
"githubIssues": 14193,
"githubActiveIssues": 247,
"githubStars": 38548,
"githubWatchers": 2168
},
{
"symbol": "BTC",
"githubCommits": 34854,
"githubForks": 23770,
"githubIssues": 24771,
"githubActiveIssues": 598,
"githubStars": 65442,
"githubWatchers": 3921
},
...
]
}
curl --request GET \
--url https://api.invezo.com/v1/developer/stats \
--header 'x-invezo-api-key: <api-key>'
{
"status": "OK",
"request_id": "",
"result_count": 5000,
"data": [
{
"symbol": "ETH",
"githubCommits": 13526,
"githubForks": 13491,
"githubIssues": 14193,
"githubActiveIssues": 247,
"githubStars": 38548,
"githubWatchers": 2168
},
{
"symbol": "BTC",
"githubCommits": 34854,
"githubForks": 23770,
"githubIssues": 24771,
"githubActiveIssues": 598,
"githubStars": 65442,
"githubWatchers": 3921
},
...
]
}