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".

owners
string[]

Limit to these owners (users or orgs). Maps to user:.

repos
string[]

Limit to these "owner/name" repositories. Maps to repo:.

author
string

Commits authored by this GitHub user. Maps to author:.

committer
string

Commits committed by this GitHub user. Maps to committer:.

authoredDate
object

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

committedDate
object

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

hash
string

Commits with this SHA (or prefix). Maps to hash:.

merge
boolean

Only merge commits (true) or exclude them (false). Maps to merge:.

sort
enum<string>
default:best-match

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

Available options:
best-match,
author-date,
committer-date
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
page
integer
default:1

1-based page number. Defaults to 1.

Required range: 1 <= x <= 9007199254740991

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