Projects
You can create, update, delete and execute sitemap generation through our API, for each of your projects.
Retrieve a project
Path Parameters
Name
Type
Description
{
"user_id": 1,
"key": "ekajd98u12j",
"name": "example",
"primary_url": "https:\/\/www.example.com",
"status": "idle",
"enabled": 0,
"processed_at": null,
"created_at": "yyyy-mm-dd h:m:s",
"updated_at": "yyyy-mm-dd h:m:s",
"image_url": "https:\/\/www.gravatar.com\/avatar\/37ffc9301f7b2497941f6b8bdc3904db.jpg?s=200&d=identicon",
"last_run_date": "yyyy, mmm dd",
"last_run_time": "m:s",
"locations": [
{
"id": 2,
"project_id": 1,
"priority": null,
"change_frequency": null,
"last_modification_date": null,
"type": "exclude",
"url": "https:\/\/www.example.com\/contact-us",
"created_at": "created_at",
"updated_at": "created_at"
}
]
}Retrieve all projects
Retrieve locations for a project
Path Parameters
Name
Type
Description
Create a project
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Update a project
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Update a project's locations
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Generate the sitemap for a project
Path Parameters
Name
Type
Description
Last updated