pl-api
    Preparing search index...

    Interface BackendVersion

    Fediverse backend

    interface BackendVersion {
        build: string | null;
        compatVersion: string;
        software: string | null;
        version: string;
    }
    Index

    Properties

    build: string | null

    Build name, if this software is a fork

    compatVersion: string

    Mastodon API version this backend is compatible with

    software: string | null

    Name of the software

    version: string

    API version number