# APIResponse

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/ui-core/src/components/api-explorer/ResponsePanel.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/ui-core/src/components/api-explorer/ResponsePanel.ts#L19)

## Properties

| Property | Type |
|---|---|
| `status` | `number` |
| `statusText` | `string` |
| `headers` | `Record<string, string>` |
| `body` | `any` |
| `time` | `number` |
| `size` | `number` |
