---
title: "OpenAPI"
description: "Download the OpenAPI document or inspect it in the browser."
---

# OpenAPI

The Entrega OpenAPI document includes Core API, Widget API, and public tracking endpoints.

## Download JSON

```bash
curl https://developer.entrega.ao/openapi.json
```

## Browser reference

Open the interactive reference at [API Reference](/api-reference).

## Existing compatibility URLs

The application also serves the same OpenAPI surface at:

- `GET /v1/openapi.json`
- `GET /docs`

Those routes remain available for existing integrations.
