Files
YouTube.js/docs/api/interfaces/ApiResponse.md
2026-05-07 14:38:16 -03:00

30 lines
821 B
Markdown

[youtubei.js](../README.md) / ApiResponse
# Interface: ApiResponse
Defined in: [src/core/Actions.ts:18](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/core/Actions.ts#L18)
## Properties
### data
> **data**: [`IRawResponse`](IRawResponse.md)
Defined in: [src/core/Actions.ts:21](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/core/Actions.ts#L21)
***
### status\_code
> **status\_code**: `number`
Defined in: [src/core/Actions.ts:20](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/core/Actions.ts#L20)
***
### success
> **success**: `boolean`
Defined in: [src/core/Actions.ts:19](https://github.com/LuanRT/YouTube.js/blob/faaf5fc5c15ff93eac8442b2fbdb4767d9a47b3f/src/core/Actions.ts#L19)