Conan Exiles API

Has anyone had any luck with a Conan API?

I found https://docs.gameapis.net/docs/conanexiles which lets you get some basic information, but it doesn’t really seem to work.

For Example:
To get the Server Status for a single server, you could use this endpoint:
https://use.gameapis.net/conanexiles/query/status/{IP}:{PORT}

IP is required, Port is not.
A valid IP Address for an Official Server that I play on (Official Server 1503) is: 172.106.105.122:28000
I’ve tried this endpoint using the IP + Port, and also without the Port.
Both attempts I get: “error”: "Couldn’t connect to address."

Then I found https://conan-exiles.com/help/api/
which looks a little more official… but requests an API Key, with no mention of how to obtain one.
Unless I have to purchase a private server in order to use an API Key? That doesn’t seem right.

Unless these APIs only work for Private servers and not official servers?
But that doesn’t seem right either.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.