Get Started
In this quick guide we will look making simple requests to our the Rocketmeme GraphQL API.
Good to know: You could make a your requests with everyday programming tools you use. All it takes is a simple post request containing the query as a string.
Access is free
You don't need an API key to use our API.
Making your first request
GraphQL API
We'll do a simple query to get meme categories using different languages.
Good to know: You could use GraphQL client libraries to simplify requests.
Rest API
To make your first request, send a request to the memes endpoint. This will return a list of memes, which is nice.
Create pet.
POST
https://api.myapi.com/v1/pet
Creates a new pet.
Request Body
name*
string
The name of the pet
owner_id
string
The
id
of the user who owns the pet
species
string
The species of the pet
breed
string
The breed of the pet
Last updated