Skip to content

Releases: NotLe0n/tMLAPIs

Release v12.0.2

23 Feb 16:57

Choose a tag to compare

Changes

Updated scheduling:

  • mods table updates every two hours
  • mod_history still updates at 10 UTC, but now retries every two hours if it fails

Release v12.0.1

13 Feb 12:35

Choose a tag to compare

Changes

  • fix author apis on steam users with restricted visibility

Release v12.0.0

12 Feb 19:54

Choose a tag to compare

Changes

BREAKING: Changed the type of all steamid64 fields back to String. This is because Javascript cannot parse large numbers correctly because the number type is a floating point number.

Release v11.0.0

12 Feb 15:45

Choose a tag to compare

Changes

  • BREAKING: Changed the /history/global api to only return aggregate data, due to the large amount produced.
  • Added a hidden api /get_steam_avatar?<steamids>, which returns avatar urls for every steam id provided

Release v10.0.0

26 Jan 13:30

Choose a tag to compare

Changes

  • BREAKING: Changed the type of author_id and mod_id to u64 in all /1.4/ endpoints
  • BREAKING: the children field in all /1.4/ endpoints now only returns a list of mod_id's, instead of an object
  • /1.4/list and /1.4/author_list now get their data from a Database, which gets updated twice a day (10:00 & 22:00 UTC)
    • This means the data is now no longer fully up to date
    • however the APIs are now a LOT faster, since it doesn't request the SteamAPI hundreds of times

Release v9.0.1

22 Jan 15:26

Choose a tag to compare

Changes

Removed compose file

Release v9.0.0

21 Jan 22:29

Choose a tag to compare

Changes

  • Added the /1.4/list_authors endpoint, to get a list of all authors and their mods.
  • Added /1.4/history endpoints, which track daily stats.

Release v8.0.0

19 Oct 11:42

Choose a tag to compare

Changes

  • [Breaking] Fixed "socials" not showing up if not all fields are set
  • Added sketchfab to socials
  • Fixed crash in /1.4/list due to a broken mod
  • Some internal improvements

Release v7.0.4

04 Jun 17:09

Choose a tag to compare

Changes

hotfix

Release v7.0.3

04 Jun 12:56
9b2e827

Choose a tag to compare

Changes

  • Internal: Better Dockerfile