@JsonCulverhouse @youronlyone I'm not sure which endpoint you're using, but there are 3 available that contain the versions.
Full version in software.version
- https://pixelfed.social/api/nodeinfo/2.0.json
MastoAPI compatible version
- https://pixelfed.social/api/v1/instance
- https://pixelfed.social/api/v2/instance
@dansup @youronlyone
thanks, I think we are looking at the version in /api/v2/instance which is now a mastod version where it was the Pixelfed version in the past.
returns "version": "3.5.3 (compatible; Pixelfed 0.11.12)"
where it returned "0.11.X" in the past...