API Directory
What is this?
https://api.mundosmilies.com/whatis/SMILEY_OR_POWER/
- SMILEY_OR_POWER: Smiley, power or combination of smilies
- RESPONSE - JSON
- status:
- ERROR: On error
- OK: On success
- message:
- MISSING_CODE: Missing smiley code
- NOT_FOUND: No smiley or power found
- TYPE_POWER: It is a power
- TYPE_FREE: It is a free smiley
- TYPE_COMBO: It is a smiley combination
- needs: An array with all required powers (on TYPE_COMBO)
- name: Power name (on TYPE_POWER)
Get power information
https://api.mundosmilies.com/powerinfo/POWER_NAME/
- POWER_NAME: Power name
- RESPONSE - JSON
- status:
- ERROR: On error
- OK: On success
- message:
- NOT_FOUND: No smiley or power found
- FOUND: On success
- power:
- id: Power ID
- name: Power name
- desc: Short description
- price: Store price
- flag: Internal flags
- smilies: An array with all smilies
Find required powers
https://api.mundosmilies.com/findpowers/SMILEY_CODE/
- SMILEY_CODE: Your smiley code, separated by commas ( , )
- RESPONSE - JSON
- status:
- ERROR: On error
- OK: On success
- message:
- MISSING_CODE: Missing smiley code
- NOT_FOUND: No smiley or power found
- FOUND: On success
- powers: An array with all required powers