00:00
00:00
Newgrounds Background Image Theme

Thuy78 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Newgrounds Wiki: output

Contains all return output from an API request.

Properties:

api_version - string
If there was an error, this will contain the current version number of the API gateway.

app_id - string
Your application's unique ID

debug - debug
Contains extra information you may need when debugging (debug mode only).

echo - mixed
If you passed an 'echo' value in your input object, it will be echoed here.

error - error
This will contain any error info if the success property is false.

help_url - string
If there was an error, this will contain the URL for our help docs.

result - result / array< result >
This will be a result object, or an array containing one-or-more result objects (this will match the structure of the call property in your input object).

success - boolean
If false, there was a problem with your 'input' object. Details will be in the error property.