MKToys API Documentation

From Chinafake Wiki
<translate> Announcement</translate> Announcement: Pardon our dust while we get videos copied over. We're still working out the kinks in the new video system.

As of this page's last cache update, we are serving 17,920 pages (1,847 considered articles, 1,121 toy pages, 39 company pages, 15 forum posts, 44 blog posts), 12,406 images, and 111 videos in 154 categories since April 7 2014.

0.00
(0 votes)

Welcome to the Chinafake Wiki!

You Choice THE GOOSE!!!


All api functions are bare JSON returned by calling various urls with parameters under /service/. Plain HTTP requests can be achieved by calling the same URLs on port 9075 (but with the exclusion of /service/).

For instance, https://www.mktoys.com/service/mkpapi/product/productbyid?productid=3059351 will return a json list of information about the product with id 3059351. (Note this does not mean the MK number, MK numbers and product ids are separate. to my knowledge there is no similar function for MK numbers, but all product list functions supply product ids anyways so it’s not really that much of an issue). For the same request over HTTP, do http://www.mktoys.com:9075/mkpapi/product/productbyid?productid=3059351. Full documentation will be here soon.