# Croma API > Government-data APIs for Colombia, Peru, and global web search. ## Docs - [Policía Criminal Records](https://docs.usecroma.com/api-reference/colombia/policía-criminal-records.md): Check a person's Colombian criminal record (antecedentes). `document_type` defaults to `CC`. - [Rama Judicial Cases](https://docs.usecroma.com/api-reference/colombia/rama-judicial-cases.md): Resolve a Colombian judicial case by radicado and return case metadata plus the first page of action history (~40 entries). - [Rama Judicial Cases Search](https://docs.usecroma.com/api-reference/colombia/rama-judicial-cases-search.md): Search Colombian judicial cases by person or company name. Optional filters narrow by person type, court code, recent activity, and page. - [Registraduría Death Status](https://docs.usecroma.com/api-reference/colombia/registraduría-death-status.md): Check whether a Colombian cédula is active (`ALIVE`) or cancelled due to death (`DECEASED`). - [SICAAC Insolvency Cases](https://docs.usecroma.com/api-reference/colombia/sicaac-insolvency-cases.md): Look up Colombian natural-person insolvency cases by document number. `document_type` defaults to `CC` (Cédula de Ciudadanía). - [Superfinanciera Complaints](https://docs.usecroma.com/api-reference/colombia/superfinanciera-complaints.md): Return the action history of a specific jurisdictional complaint filed against a person or entity at Colombia's Superfinanciera. - [Web Search](https://docs.usecroma.com/api-reference/global/web-search.md): AI-powered web search. Returns structured results with URLs, titles, authors, dates, highlights, and relevance scores. - [Get Job Status](https://docs.usecroma.com/api-reference/jobs/get-job-status.md): Poll the status and result of an async job created by an async-capable endpoint. Returns the job envelope; `data` is populated once `status` is `completed`, `error` once it is `failed`. Jobs are org-scoped — another org's job reads as 404. - [API Reference](https://docs.usecroma.com/api-reference/overview.md): Every Croma endpoint, with an interactive playground. - [RREE Foreigner Cards](https://docs.usecroma.com/api-reference/peru/rree-foreigner-cards.md): Verify a Peruvian foreigner identity card (carné de extranjería): names, nationality, immigration status, expiration. - [SUNAT Taxpayers](https://docs.usecroma.com/api-reference/peru/sunat-taxpayers.md): Look up Peruvian taxpayer information by RUC (11 digits) or DNI (8 digits). - [Async jobs](https://docs.usecroma.com/async-jobs.md): How long-running lookups work: wait inline, poll, or get a callback. - [Authentication](https://docs.usecroma.com/authentication.md): How Croma API keys and the bearer scheme work. - [Errors](https://docs.usecroma.com/errors.md): The Croma API error envelope and status codes. - [Policía Nacional](https://docs.usecroma.com/guides/colombia/policia.md): Check a person's Colombian criminal record (antecedentes) by document. - [Rama Judicial](https://docs.usecroma.com/guides/colombia/rama-judicial.md): Search Colombian judicial processes, resolve a case by radicación, and list its actuaciones. - [Registraduría](https://docs.usecroma.com/guides/colombia/registraduria.md): Check whether a Colombian cédula is active or cancelled due to death. - [SICAAC](https://docs.usecroma.com/guides/colombia/sicaac.md): Look up Colombian natural-person insolvency cases by document. - [Superfinanciera](https://docs.usecroma.com/guides/colombia/superfinanciera.md): Query jurisdictional case filings and action history from Colombia's Superfinanciera. - [Web Search](https://docs.usecroma.com/guides/global/web-search.md): AI-powered web search with structured, scored results. - [RREE](https://docs.usecroma.com/guides/peru/rree.md): Verify Peruvian foreigner identity card data. - [SUNAT](https://docs.usecroma.com/guides/peru/sunat.md): Look up Peruvian RUC taxpayer information from a DNI or RUC number. - [Quickstart](https://docs.usecroma.com/introduction.md): Government-data APIs for Colombia, Peru, and global web search, normalized into structured JSON. - [Rate limits](https://docs.usecroma.com/rate-limits.md): How Croma API quotas are bucketed and reported. ## OpenAPI Specs - [openapi](https://docs.usecroma.com/api-reference/openapi.json)