pl-api
    Preparing search index...

    Interface BackendVersion

    Fediverse backend

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

    Properties

    build: null | string

    Build name, if this software is a fork

    compatVersion: string

    Mastodon API version this backend is compatible with

    software: null | string

    Name of the software

    version: string

    API version number