This SDK helps to access the DeutschlandAPI
The following example shows how you initialize the client:
from sdk.client import Client
client = Client.buildAnonymous()
collection = client.state().getAll();
for state in collection.entries:
print(state.name)
More information about the complete API at: https://app.typehub.cloud/d/deutschland-api/sdk