Skip to main content
POST
Bridgly SDK

Authorizations

Authorization
string
header
required

A Bridgly API key (bgly_…). Metered endpoints deduct credits from the resolved account.

Body

application/json
query
string

Free-text search terms, matched against the default fields for this search type, e.g. "web framework".

type
enum<string>

Restrict to users or organizations. Maps to type:.

Available options:
user,
org
fullName
string

Match a display name, e.g. "Grace Hopper". Maps to fullname:.

location
string

Profile location, e.g. "San Francisco". Maps to location:.

language
string

Users who code in this language. Maps to language:.

followers
object

Filter by follower count. Provide any of gt / gte / lt / lte; combine a lower and upper bound for a range.

repos
object

Filter by public repository count. Provide any of gt / gte / lt / lte; combine a lower and upper bound for a range.

created
object

Filter by account creation date. Provide any of gt / gte / lt / lte as YYYY-MM-DD dates; combine a lower and upper bound for a range.

sort
enum<string>
default:best-match

Sort field. Defaults to relevance ("best-match").

Available options:
best-match,
followers,
repositories,
joined
order
enum<string>
default:desc

Sort direction. Defaults to "desc".

Available options:
desc,
asc
count
integer
default:10

Number of results per page (1–10). Defaults to 10.

Required range: 1 <= x <= 10
after
string

Pagination cursor (the after value returned by a previous page). Omit for the first page.

Response

Default Response

timeMs
number
required

Wall-clock time the request took to complete, in milliseconds.

creditsCost
number
required

Number of account credits this request consumed.

data
object
required