cs2kz-metamod

Returns the latest cs2kz-metamod releases.

get/plugin/versions

Query parameters

versionstring

Only include versions that meet this SemVer requirement.

limitinteger
offsetinteger

Response

totalinteger required

The total number of values available for fetching.

Different endpoints have different hard-limits on how many values they will return at a time. They usually also have an offset query parameter you can use to fetch the next set of values. You can use total to infer when you can stop making requests.

Example response

{
  "values": [
    {
      "version": "1.23.456-dev",
      "git_revision": "24bfd2242fc46340c95574468d78af687dea0e93",
      "published_at": "1970-01-01T00:00:00Z"
    }
  ]
}

Changes