List trending GitHub developers
List trending GitHub developers for a language and time window.
Use `since` (`daily`, `weekly`, `monthly`) and optional `language` to narrow results. Each developer may include `popularRepository` when GitHub highlights one. For trending repositories instead of developers, use the trending repositories endpoint.
An empty `data.developers` array means GitHub returned no trending developers for the selected filters.
Headers
Get your API keyAPI key (`sfk_...`)
Optional trending coding language filter.
min 1 chars
Trending time window. Defaults to daily when omitted.
one of: daily, weekly, monthly
Endpoint-specific response payload.
Trending time window applied to this response.
one of: daily, weekly, monthly
Coding language filter applied to this response, or null when all languages are included.
Ranked trending developers for the selected filters. Each entry may include a popularRepository when GitHub shows one.
Position on the trending developers page.
≥ 0
GitHub username.
Display name when available.
Canonical public GitHub profile URL.
min 1 chars
Avatar image URL when available.
Popular repository GitHub highlights for this developer.
Popular repository owner login.
Popular repository name.
Full repository name in `owner/repo` form.
Canonical public repository URL.
min 1 chars
Display name for the popular repository when shown.
Repository description when available.
Number of developers in `data.developers` for this response.
≥ 0
Metadata describing the request and billing outcome.
Unique request identifier for tracing this API call.
min 1 chars
Credits charged for this request.
≥ 0
Public API version that served the response.
one of: v1
Code example
curl "https://api.socialfetch.dev/v1/github/trending/developers?language=value&since=daily" \
-H "x-api-key: YOUR_API_KEY"Responses
Trending developers for the selected filters (see `data.totalResults`).