All Projects → curiousrohan → ramapi

curiousrohan / ramapi

Licence: MIT License
Python implementation for the Rick and Morty API

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to ramapi

csharp-ovh
Thin wrapper around OVH's APIs. Handles all the hard work including credential creation and requests signing
Stars: ✭ 21 (+23.53%)
Mutual labels:  api-wrapper
pterodactyl-sdk
Pterodactyl Panel PHP SDK/API wrapper
Stars: ✭ 27 (+58.82%)
Mutual labels:  api-wrapper
sophos-central-api-connector
Leverage Sophos Central API
Stars: ✭ 17 (+0%)
Mutual labels:  api-wrapper
github-api-plugin
This plugin packages stock github-api library
Stars: ✭ 20 (+17.65%)
Mutual labels:  api-wrapper
PSURLScanio
🔎 Use urlscan.io with PowerShell!
Stars: ✭ 31 (+82.35%)
Mutual labels:  api-wrapper
doccano-client
A simple client wrapper for doccano API.
Stars: ✭ 52 (+205.88%)
Mutual labels:  api-wrapper
hikari-lightbulb
The official unofficial command handler for the Python discord API wrapper library, Hikari.
Stars: ✭ 152 (+794.12%)
Mutual labels:  api-wrapper
sparql-micro-service
SPARQL micro-services: A lightweight approach to query Web APIs with SPARQL
Stars: ✭ 22 (+29.41%)
Mutual labels:  api-wrapper
zoom rb
Ruby API Wrapper for zoom.us API
Stars: ✭ 54 (+217.65%)
Mutual labels:  api-wrapper
popyt
A very easy to use Youtube Data v3 API wrapper.
Stars: ✭ 42 (+147.06%)
Mutual labels:  api-wrapper
sleeper-api-wrapper
A Python wrapper for the Sleeper Fantasy Football API.
Stars: ✭ 41 (+141.18%)
Mutual labels:  api-wrapper
ricksay
Rick & Morty quotes of the day with ponies included!
Stars: ✭ 38 (+123.53%)
Mutual labels:  rick-and-morty
rLandsat
R Package to make Landsat8 data accessible
Stars: ✭ 95 (+458.82%)
Mutual labels:  api-wrapper
COVID19Py
A tiny Python package for easy access to up-to-date Coronavirus (COVID-19, SARS-CoV-2) cases data.
Stars: ✭ 86 (+405.88%)
Mutual labels:  api-wrapper
anx-api
Javascript wrapper for the AppNexus Console API
Stars: ✭ 37 (+117.65%)
Mutual labels:  api-wrapper
pymonzo
An - dare I say it - awesome Python Monzo public API wrapper.
Stars: ✭ 18 (+5.88%)
Mutual labels:  api-wrapper
benchling-api
A python wrapper for the benchling api
Stars: ✭ 39 (+129.41%)
Mutual labels:  api-wrapper
primeuploads-py
An unoffcial python API client for primeuploads.com
Stars: ✭ 40 (+135.29%)
Mutual labels:  api-wrapper
CouchDraw
A synchronized drawing app that utilizes Couchbase Sync Gateway and Xamarin to enable shared canvases.
Stars: ✭ 22 (+29.41%)
Mutual labels:  rick-and-morty
GraphiPy
GraphiPy: Universal Social Data Extractor
Stars: ✭ 61 (+258.82%)
Mutual labels:  api-wrapper

ramapi

Documentation Status

Python implementation for the Rick and Morty API https://rickandmortyapi.com/

Only works for Python3

Features

All methods returns json

Base class features:
  • api_info() : api information
  • schema() : json outline
Character,Location,Episode class features:
  • get_all() : All information in paginated way
  • get() : Information regarding the passed parameter
  • filter() : Filtered results
  • schema() : json outline
For detailed information and usage instructions:

Credits

This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].