https://mcapi.ca/pages/docs/skin
https://mcapi.ca/pages/docs/avatar
https://mcapi.ca/pages/docs/query
I cant use those using rest service! Can u give me an example?
https://mcapi.ca/pages/docs/skin
https://mcapi.ca/pages/docs/avatar
https://mcapi.ca/pages/docs/query
I cant use those using rest service! Can u give me an example?
Hello Elvin,
These APIs return images, so you shouldn't use services for them:
https://mcapi.ca/pages/docs/skin
https://mcapi.ca/pages/docs/avatar
This API: https://mcapi.ca/pages/docs/query returns a json object, so you are free to use services for it
OK thanks , so I need to use rest service right?
For query - yes.
Hi Illya Stepanov's, I want to ask if I can use this api or not ? If I can and how can I get the show the image in my app? Thanks for reading ! https://mcapi.ca/skin/2d/{username}
You can use services ONLY for API which return data with json or xml format.
So it is possible to use services for https://mcapi.ca/pages/docs/query, but not for https://mcapi.ca/skin/2d/{username}.
Do you need just show image, or save it locally?
Just show the image can we use base64 method?BTW Thanks Sergiy Klibaba