A blog about Swift and iOS tricks

RESTful API

This website is powered by a RESTful API built using Django and Django REST Framework Here is a list of URLs you can use to explore the website contents in a less user-friendly way!

URLMethodDescription
https://api.alihilal.com/v1-API base URL
blogGETGet all blog posts
blog/[post.id]|[post.slug]GETGet a blog post
blog/[post.id]|[post.slug]/relatedGETGet related blog posts for a post
blog?search=[query]GETSearch blog posts
snippetsGETGet all code snippet(s)
snippets/[snippet.id]|[snippet.slug]GETGet a code snippet
languagesGETGet all programming languages used in code snippets
language/[language.id]|[language.slug]GETGet a programming language used in code snippet
language/[language.id]|[language.slug]/snippetsGETGet all code snippets for a programming language
snippets?search=[query]GETSearch code snippets
projectsGETGet all portfolio projects
project/[project.id]|[project.slug]GETGet a portfolio project
projects?search=[query]GETSearch protfolio projects
technologiesGETGet all technologies used in portfolio projects
technologies/[technology.id]|[technology.slug]GETGet a technology
technologies/[technology.id]|[technology.slug]/projectsGETGet all projects built using a technology
contentsGETGet all static contents
contents/[content.id]|[content.slug]GETGet a static content