I request data about Wikidata entities (API action wbgetentities
) and I need to have the same order of claims as on Wikidata page of an entity. I explored all the returned JSON but I did not find a property to sort them on. The order of claims keys is different even in raw API response (and it would be very inconvenient to rely on this order since I parse JSON into Python dictionary not having the concept of order for keys).
Does anybody have any suggestions?