# TokenRoster > TokenRoster (tokenroster.com) is a public registry of companies, DAOs, and nonprofits: profiles, tokens, governance, cap tables, founder/people profiles, funding rounds, and assessment programs. The API is public, read-only, and requires no authentication or API key. ## Docs - [TokenRoster developer docs](https://tokenroster.com/developers): API reference with endpoints, parameters, and examples - [OpenAPI specification](https://tokenroster.com/openapi.json): machine-readable OpenAPI 3.1 spec for the public v1 API ## API All endpoints are GET, return JSON in a `{ data, pagination? }` envelope, and need no auth. - [List companies](https://tokenroster.com/api/v1/companies): reviewed companies, paginated (`page`, `pageSize` 1-100) - [Company detail](https://tokenroster.com/api/v1/companies/{slug}): one company with token distribution, proposals, team, cap table - [List people](https://tokenroster.com/api/v1/people): founder and contributor profiles, paginated - [Person detail](https://tokenroster.com/api/v1/people/{slug}): one person with their company positions - [List programs](https://tokenroster.com/api/v1/programs): assessment programs open for applications - [Registry stats](https://tokenroster.com/api/v1/stats): aggregate counts and combined treasury ## Key pages - [Companies](https://tokenroster.com/companies): browse the registry - [People](https://tokenroster.com/people): founder and contributor directory - [Programs](https://tokenroster.com/programs): apply to assessment programs - [Pricing](https://tokenroster.com/pricing): paid reports and billing - [About](https://tokenroster.com/info): what TokenRoster is