Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How to use this API? https://mcapi.ca/pages/docs/skin

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

Elvin Chu
Posts: 0
Joined: Sat Apr 11, 2015 2:52 pm

How to use this API? https://mcapi.ca/pages/docs/skin

OK thanks , so I need to use rest service right?

Elvin Chu
Posts: 0
Joined: Sat Apr 11, 2015 2:52 pm

How to use this API? https://mcapi.ca/pages/docs/skin

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}

Serhii Kulibaba
Posts: 150
Joined: Tue Aug 27, 2013 1:47 pm

How to use this API? https://mcapi.ca/pages/docs/skin

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?

Elvin Chu
Posts: 0
Joined: Sat Apr 11, 2015 2:52 pm

How to use this API? https://mcapi.ca/pages/docs/skin

Just show the image can we use base64 method?BTW Thanks Sergiy Klibaba

Return to “Issues”