From asrank-info at caida.org Thu Sep 12 10:44:40 2019 From: asrank-info at caida.org (AS Rank Team) Date: Thu, 12 Sep 2019 10:44:40 -0700 Subject: [asrank-announce] aS Rank API v2 (GraphQL) Message-ID: <20190912174440.GA12647@caida.org> The new AS Rank APIv2 is operational. This new version reflects our move from a RESTful (v1) API to a GraphQL (v2) API. This will allow clients to create queries that specify which values they require and contain multiple resources. GraphQL, a strongly-typed language, allows clients to know what data is available, in what format, and verify responses. User Interface (UI): http://asrank.caida.org API (APIv2) interface: https://api.asrank.caida.org/v2/graphql GraphQL interface: https://api.asrank.caida.org/v2/graphiql Documentation: https://api.asrank.caida.org/docs AS Rank Team