API: Difference between revisions

From PirateCraft
No edit summary
No edit summary
Line 4: Line 4:




<syntaxhighlight line="line" lang="Python">
<syntaxhighlight line="line">
curl api.piratemc.com/players/<username>
curl api.piratemc.com/players/<username>
</username></syntaxhighlight>
</syntaxhighlight>

Revision as of 12:03, 14 November 2019

PirateCraft application programming interface allowing access to data of the PirateCraft ecosystem.

Players API

You can query players data by username or UUID using:

curl api.piratemc.com/players/<username>