curl --request GET \
--url https://api.technologychecker.io/v1/technology/{id}/stats \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"id": 268,
"name": "React",
"category": "JavaScript Frameworks",
"active_domains": 4742704,
"total_domains": 4750194
}
}Get quick statistics for a technology including active and total domain counts.
curl --request GET \
--url https://api.technologychecker.io/v1/technology/{id}/stats \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": {
"id": 268,
"name": "React",
"category": "JavaScript Frameworks",
"active_domains": 4742704,
"total_domains": 4750194
}
}Was this page helpful?