Add page & limit as GET parameter to get all titans data in a paginated format

Overview

Attack On Titan API

Usage

Get All Titans -

Add page & limit as GET parameter to get all titans data in a paginated format (default values : page=1 and limit=3). Here the page param is the page number which you require and limit is the maximum number of items per page. Sample Request :

GET https://attack-on-titan-server.herokuapp.com/titans?limit=1&page=1

Sample Response :

{
    "success": true,
    "message": "ok",
    "prevPage": null,
    "nextPage": 2,
    "titans": [
        {
            "id": 1,
            "name": "Armored Titan",
            "image": "/images/armored.png",
            "about": "The Armored Titan (鎧の巨人 Yoroi no Kyojin) is one of the Nine Titans that possesses armored plates of skin across its body. It is currently in the possession of Reiner Braun. The Armored Titan specializes in hardening. If it charges in at full speed, the gates of any wall will crumble.It is an elusive threat to humanity within the Walls, first appearing five years ago during the fall of Wall Maria.",
            "rating": 4.0,
            "height": 15,
            "type": "Titan Shifter",
            "inheritors": [
                "Reiner Braun"
            ],
            "abilities": [
                "Armored skin",
                "Hardening",
                "Regeneration",
                "Defense"
            ],
            "otherNames": [
                "Marley's Shield",
                "Armored"
            ]
        }
    ],
    "lastUpdated": 1643613186593
}

Search For Titans -

Search for titans by providing a name as a GET parameter.

Sample Request :

GET https://attack-on-titan-server.herokuapp.com/titans/search?name=beast

Sample Response :

We are not affiliated, associated, authorized, endorsed by, or in any way officially connected with Attack On Titan , or any of its subsidiaries or its affiliates. The names Attack On Titan as well as related names, marks, emblems and images are registered trademarks of their respective owners.

More Updates and Endpoints coming soon...

You might also like...
Kotlin extension function provides a facility to "add" methods to class without inheriting a class or using any type of design pattern

What is Kotlin Extension Function ? Kotlin extension function provides a facility to "add" methods to class without inheriting a class or using any ty

Titanium Android module: Add a view to a BottomNavigation
Titanium Android module: Add a view to a BottomNavigation

ti.bottomNavView Titanium Android module that allows you to add a custom view to a BottomNavigation: Install moduleti.bottomNavView/module Method

Add Bubble Navigation Bar in Android Jetpack Compose.
Add Bubble Navigation Bar in Android Jetpack Compose.

BubbleNavigationBarCompose How it looks Setup Open the file settings.gradle (it looks like that) dependencyResolutionManagement { repositoriesMode

Add Expandable Horizontal Pager in Android Jetpack Compose.
Add Expandable Horizontal Pager in Android Jetpack Compose.

ExpandableHorizontalPagerCompose Add Expandable Horizontal Pager in Android Jetpack Compose. How it looks Usage BoxWithConstraints( modifier = Mod

Add Ios Swipe Search TextField Component in Android Jetpack Compose.
Add Ios Swipe Search TextField Component in Android Jetpack Compose.

IosSwipeSearchCompose Add Ios Swipe Search TextField Component in Android Jetpack Compose. How it looks Usage val text = remember { mutableStateOf("")

This is a template to help you get started building amazing Kotlin applications and libraries.

Welcome to the Starter This is a template to help you get started building amazing Kotlin applications and libraries. Over time, examples will be comp

This Kotlin Multiplatform library is for accessing the TMDB API to get movie and TV show content. Using for Android, iOS, and JS projects.

Website | Forum | Documentation | TMDb 3 API Get movie and TV show content from TMDb in a fast and simple way. TMDb API This library gives access to T

Desenvolvimento de um CRUD sabendo lidar com requisições GET, POST, PUT e DELETE. E CAMADA DE PERSISTENCIA

API-REST-com-Kotlin-e-Spring-Boot Aprendemos nesse projeto: Parte 1 - DESENVOLVIMENTO WEB 1- Criação de classes de domínio que representam os recursos

A Simple Android library to get the number of words and give you the time it will take you to finish an article/story.

MinRead A Simple Android library to get the number of words and give you the time it will take you to finish an article/story. Prerequisite Androidx K

Owner
krishna chaitanya
Android Developer ( Kotlin , Java )
krishna chaitanya
A podcast proxy that sits between itunes search api and android apps allowing normalization of rss feeds to standard Json format that can be consumed by apps.

Podcasts Rss Feeds Search Proxy A podcast proxy written using kotlin dsl that sits between itunes search api, podcasts rss feeds and android apps allo

8BitsLives .❤️ 2 Nov 27, 2022
A specific format represent file directory in Json

CascadeJson.kt A specific format represent file directory in Json Provide a function for convert to map or json string in Kotlin Usage Download zip fi

CWKSC 1 Feb 22, 2022
A login page where we have a designied login button

Googlesignin This is a login page where we have a designied login button ,when we click the button then it move to further process There will be autom

PRAVEEN R 1 Dec 12, 2021
PageRoundDemo - Page Round Demo with kotlin

PageRoundDemo I don't like the mode of swiping to the bottom to load more, as it

Hongyu You 2 Mar 9, 2022
CovidTracker traces all the covid-19 cases all over the world.

CovidTracker Crona Tracker trace india covid-19 cases upto district level and can trace other countries cases too. It can also traces user's current l

Anuraj Jain 6 May 22, 2021
Demo Spting REST Service on Kotlin. Works with PostgreSQL via Spring Data. Data initialization provided by liquibase

Spring Boot REST API with Kotlin Spring Boot REST API service. Spring Data with PostgreSQL. Data initialization with Liquibase. Swagger UI Reference D

null 0 Jun 10, 2022
Detailing about the data provided (Data Visualization Application)

Detailing about the data provided (Data Visualization Application): • In the application, the data provided in the CSV is used for the Scatter plot cr

Neha Sharma 0 Nov 20, 2021
Use Android Data Binding wih Live Data to glue View Model and Android

Gruop-C Spliff Summary Use Android Data Binding wih Live Data to glue View Model and Android. Asynchronous communications implemented with KotlinX Cor

null 2 Nov 21, 2021
Add screenshots to your Android tests

Testify — Android Screenshot Testing Add screenshots to your Android tests Expand your test coverage by including the View-layer. Testify allows you t

Shopify 222 Dec 26, 2022
Praveen Kumar Kumaresan 0 Jan 17, 2022