2. Endpoints > 2.1. Address
https://api.lookupdatas.com
To Get [TOKEN] go to 1.1. Token
curl
--location '[BASEURL]/addressmanagement/api/countryspecialday/getbycountryid?CountryId=1E8F94A5-03CE-41C4-B5F2-962F1407DC99&Year=2023'
--header 'Authorization: Bearer [TOKEN]'
{
"header": {
"globalId": "f502fd43-28b6-43b6-bb44-5bfabdfb12f0",
"isSuccess": true,
"message": null
},
"body": [
{
"id": "c664d372-7257-4d1c-ba8d-2daf5c2e57fe",
"countryId": "1E8F94A5-03CE-41C4-B5F2-962F1407DC99",
"summary": "Dünya Gazeteciler Günü",
"startDate": "2023-01-10 00:00:00 GMT+03:00",
"endDate": "2023-01-11 00:00:00 GMT+03:00"
},
{
"id": "92736c3a-01e6-4784-8605-e52f39beb148",
"countryId": "1E8F94A5-03CE-41C4-B5F2-962F1407DC99",
"summary": "Sevgililer Günü",
"startDate": "2023-02-14 00:00:00 GMT+03:00",
"endDate": "2023-02-15 00:00:00 GMT+03:00"
},
{
"id": "7db9c5ac-f99c-4a79-aed9-1db6d19c0e46",
"countryId": "1E8F94A5-03CE-41C4-B5F2-962F1407DC99",
"summary": "Dünya Kadınlar Günü",
"startDate": "2023-03-08 00:00:00 GMT+03:00",
"endDate": "2023-03-09 00:00:00 GMT+03:00"
}
]
}