Search found 1 match

by noderunner
Mon Aug 02, 2021 6:28 pm
Forum: Mod portal Discussion
Topic: Missing API Data
Replies: 2
Views: 1369

Missing API Data

I'm trying to get a list of all the mods and their licenses, however I'm having problems with the API. First I get a full list of mods using: mods="$(curl https://mods.factorio.com/api/mods?page_size=max | jq --raw-output '.results[] | .name')" Then I iterate through this list, getting the...

Go to advanced search