bundesAPI / bundesAPI/sofortmassnahmen

Berufe auf einen Blick API

Open
#62 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
99
Forks
3
PR merge metrics
No merged PRs in 30d

Description

Nach den APIs aus https://github.com/bundesAPI/sofortmassnahmen/issues/56 und https://github.com/bundesAPI/sofortmassnahmen/issues/60 und gibt es noch ein Dashboard mit weiteren spannenden Statistiken der Bundesagentur für Arbeit:
[Berufe auf einen Blick (Alle Berufe, MINT und Ingenieurberufe)](https://statistik.arbeitsagentur.de/DE/Navigation/Statistiken/Interaktive-Statistiken/Berufe-auf-einen-Blick/Berufe-auf-einen-Blick-Anwendung-Nav.html)

Einen X-MSTR-AuthToken für den Zugriff erhält man schon mal hier:

```bash
token=$(curl -v \
-X POST "https://statistik-dr.arbeitsagentur.de/MicroStrategyLibrary/api/auth/login" \
-d '{"loginMode:":8,"maxSearch":3,"workingSet":10,"metadataLocale":"de_de","warehouseDataLocale":"de_de","displayLocale":"de_de","messagesLocale":"de_de","numberLocale":"de_de","timeZone":"UTC","applicationType":35}')
```

Contributor guide

Open the contributing guide

Research direction

Start with the linked issues #56 and #60, then inspect the Berufe auf einen Blick dashboard linked in the issue. Use the provided MicroStrategy login request to investigate the available data and endpoints; the work is done when a defined API for the dashboard’s statistics has been implemented and documented.

Written by the indexing model from the issue text.

Assessment

Domain
api
Issue type
Feature
Difficulty
5/5
Estimated time
Over a week
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.