i am using API which could be used anonymously with big limitation of calls per 24 hours, or with API KEY where limitation is almost none. I received API key from API owner and tried to connect with
And still i am reaching limitations like anonymous user, i reconfirmed twice my api key with API owner and last his answer his, you should add to each of your call into header X-ClientId.
I have no extended experience with APIs, so anyone idea how to do that please?
I would appreciate any help.
At webpage documentation of this API is possibility to try API call through form, where i feed this API key and then it works, unfortunately there is no Python code attached of this call, only curl
curl -X 'GET' \
'https://api-dbw.stat.gov.pl/api/1.1.0/dictionaries/date-dictionary?page=0&page-size=1000&lang=pl' \
-H 'accept: application/json' \
-H 'X-ClientId: ApiKey'
Where ApiKey value is this API KEY provided to me by API owner
thanks
This is code as example how properly should be API called based on documentation webpage. There is no python code, only curl. XYZ123456789 is API key i received from API owner