Difference between revisions of "Translations:Kingdoms API/15/en"

From Binary-Tools Wiki
Jump to navigation Jump to search
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 5: Line 5:
 
| date || string? || may be specified to request old data, the newest available data is returned if omitted, format is DD.MM.YYYY (e.g. 31.12.2020)
 
| date || string? || may be specified to request old data, the newest available data is returned if omitted, format is DD.MM.YYYY (e.g. 31.12.2020)
 
|}
 
|}
The API has a bug when querying data near midnight, see https://forum.kingdoms.com/index.php?thread/20863-suggestions-for-the-json-api/&postID=144462#post144462.
+
The API has a bug when querying data near midnight <ref>https://forum.kingdoms.com/index.php?thread/20863-suggestions-for-the-json-api/&postID=144462#post144462</ref>.

Revision as of 16:01, 17 April 2020

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Kingdoms API)
=== Parameters ===
{| class="wikitable"
| privateApiKey || string(32) || private api key
|-
| date || string? || may be specified to request old data, the newest available data is returned if omitted, format is DD.MM.YYYY (e.g. 31.12.2020)
|}
The API has a bug when querying map data near midnight that leads to data for the wrong day getting returned.<ref>https://forum.kingdoms.com/index.php?thread/20863-suggestions-for-the-json-api/&postID=144462#post144462</ref>
Translation=== Parameters ===
{| class="wikitable"
| privateApiKey || string(32) || private api key
|-
| date || string? || may be specified to request old data, the newest available data is returned if omitted, format is DD.MM.YYYY (e.g. 31.12.2020)
|}
The API has a bug when querying data near midnight <ref>https://forum.kingdoms.com/index.php?thread/20863-suggestions-for-the-json-api/&postID=144462#post144462</ref>.

Parameters

privateApiKey string(32) private api key
date string? may be specified to request old data, the newest available data is returned if omitted, format is DD.MM.YYYY (e.g. 31.12.2020)

The API has a bug when querying data near midnight [1].