lookupInformation abstract method

  1. @Deprecated('Still works, but officially deprecated. Use v2 endpoint instead')
Future<MastodonResponse<Instance>> lookupInformation()

Obtain general information about the server.

Endpoint Url

  • GET /api/v1/instance HTTP/1.1

Authentication Methods

  • Anonymous
  • OAuth 2.0

Reference

Implementation

@Deprecated('Still works, but officially deprecated. Use v2 endpoint instead')
Future<MastodonResponse<Instance>> lookupInformation();