General Skills Level 3 150 points

Python Automation - REST API Data Collection

Mission

A paginated local API runs in the container at `http://127.0.0.1:8000/api/records?page=N`. Walk every page until `next` is `null` and collect only the `tag == "flag"` records. Each is `{"seq": <int>, "part": "<fragment>"}`; concatenating `part` in ascending `seq` order reconstructs the flag. The first page alone is not enough, and `login`/`metric`/`order` records are decoys.

#python#api#requests#automation

Clear it in 3 steps

Not started
  1. Start the environment

  2. Investigate the target

  3. Submit the flag