Created
November 13, 2019 11:37
-
-
Save manifity/bbdfd2eefb0ef9b1dd4212b03324d71c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HTTP 200 OK | |
Allow: GET, HEAD, OPTIONS | |
Content-Type: application/json | |
Vary: Accept | |
{ | |
"audio": 27000, | |
"standard_free": 153000, | |
"free": 40000, | |
"standard": 113000, | |
"only_pro": 15000, | |
"total": 195000, | |
"counters": { | |
"audio": 27000, | |
"standard_free": 153000, | |
"free": 40000, | |
"standard": 113000, | |
"only_pro": 15000, | |
"total": 195000 | |
}, | |
"region": { | |
"name": "Russia", | |
"default_language": "ru", | |
"currency": "Рубль", | |
"languages": [ | |
"hi", | |
"ru", | |
"uk", | |
"en", | |
"de", | |
"fr", | |
"es", | |
"lv", | |
"it", | |
"be" | |
], | |
"payment_methods": [ | |
{ | |
"slug": "paypal", | |
"name": "PayPal", | |
"image": null, | |
"description": "PayPal" | |
}, | |
{ | |
"slug": "mir_card", | |
"name": "Оплата картой МИР", | |
"image": null, | |
"description": "newnew" | |
}, | |
{ | |
"slug": "webmoney", | |
"name": "WebMoney", | |
"image": null, | |
"description": "через кошелек WebMoney" | |
} | |
] | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment