API Reference
Fields
GET /fields/<index>/<field>
Returns the most common values for a given field in either the user
or repo
index.
🔑 Credits
- Cost: Free
URL Parameters
Parameter | Type | Required | Description |
---|---|---|---|
index | string | ✅ | The index to query. Must be one of: user , repo . |
field | string | ✅ | The field to aggregate values for. Must be a valid field for the selected index. |
Supported Fields
user
index
Field | Description |
---|---|
company_name | Name of the user’s company |
company_website | Website of the user’s company |
company_linkedin | LinkedIn profile URL for the company |
title | Job title |
company_size | Company size (e.g. 11-50 , 500+ ) |
company_industry | Industry sector (e.g. SaaS , Finance ) |
company_country | Country of the company |
country | User’s country (parsed from location field) |
repo
index
Field | Description |
---|---|
language | Primary programming language |
topics | Topics/tags associated with the repo |
Example
Find possible company_size values
Request
Response