• hey, i want to integrate a api in my wordpress website and i have code in java, node js and curl language and now i want to execute for api call.
    so can anyone help how can i call api. Where i have to paste that code?

    pls reply as soon as possible. I have jdoodle api.

    thanks

    • This topic was modified 4 years, 11 months ago by Jan Dembowski.
Viewing 1 replies (of 1 total)
  • Moderator bcworkz

    (@bcworkz)

    WordPress is PHP based and is extended by creating plugins which are also written in PHP. If you want an API in a different language, I think you should implement it through the appropriate run time environment and let that program make WordPress REST API calls as needed to get relevant WordPress data. Alternately, bypass WordPress entirely and get its data directly from the MySQL server.

Viewing 1 replies (of 1 total)
  • The topic ‘API Use’ is closed to new replies.