Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Library

The library of characters, locations and episodes from the Rick and Morty show. Project takes data from external api https://rickandmortyapi.com/ and saves to local database every 10 minutes. You can navigate the site using the relevant http queries.

API Reference

Get all characters

  GET /character/all
Query String Type Description
page integer Optional. Page number

Search for character

  GET /character/search
Query String Type Description
name string Required. Character name or full location name
page integer Optional. Page number

Get all episodes

  GET /episode/all
Query String Type Description
page integer Optional. Page number

Search for episode

  GET /episode/search
Query String Type Description
name string Required. Episode name
page integer Optional. Page number

Get all locations

  GET /location/all
Query String Type Description
page integer Optional. Page number

Search for location

  GET /location/search
Query String Type Description
name string Required. Location name
page integer Optional. Page number

Screenshots

App Screenshot App Screenshot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages