v7

latestOpenAPI 3.1.0Apache-2.0raw.githubusercontent.com2026-08-01171349.7 KB
Affiliations

Bulk contributor lookup

Look up affiliation data for up to 100 GitHub handles in a single request. Handles that have no matching LFX profile are returned in the notFound array.

post/affiliations

Query parameters

pageinteger

Page number (1-based).

pageSizeinteger

Number of contributors to return per page.

Request body

githubHandlesstring[] required

List of GitHub login handles to look up (case-insensitive).

Response

Affiliations resolved successfully.

totalinteger required

Total number of handles submitted in the request.

totalFoundinteger required

Number of handles that matched an LFX profile.

pageinteger required

Current page number.

pageSizeinteger required

Maximum contributors per page.

contributorsInPageinteger required

Number of contributors returned in this page.

notFoundstring[] required

Handles from the request with no matching LFX profile.