Skip to content

A REST-API that provides random or topic based Aptitude question for each call. Each topic in this API contains more than 100+ questions.Topics that are available in this API are Mixture and Alligation , Profit and Loss , Pipes and Cisterns , Age , Permutation and Combination , Speed Time Distance , Simple Interest , Calendars.

Notifications You must be signed in to change notification settings

selvaganesh25/Aptitude-API

 
 

Repository files navigation

APTITUDE API

Aptitude API is a free and open source API that generates aptitude questions based on your choice for each call. The topics that are currently available are :

  • Mixture and Alligation
  • Profit and Loss
  • Pipes and Cisterns
  • Age
  • Permutation and Combination
  • Speed Time Distance
  • Simple Interest
  • Calendars

API Servers

  https://aptitude-api.vercel.app/

API Reference

Get all aptitude questions

 https://aptitude-api.vercel.app/random

Get questions only on Mixture and Alligation topic

  https://aptitude-api.vercel.app/MixtureAndAlligation

Get questions only on Age topic

  https://aptitude-api.vercel.app/Age

Get questions only on Permutation and Combination topic

  https://aptitude-api.vercel.app/PermutationAndCombination

Get questions only on Profit and Loss topic

  https://aptitude-api.vercel.app/ProfitAndLoss

Get questions only on Pipes and Cisterns topic

  https://aptitude-api.vercel.app/PipesAndCisterns

Get questions only on Speed Time Distance topic

  https://aptitude-api.vercel.app/SpeedTimeDistance

Get questions only on Calendars topic

  https://aptitude-api.vercel.app/Calendar

Get questions only on Simple Interest topic

  https://aptitude-api.vercel.app/SimpleInterest

Run Locally

Clone the project

  git clone https://github.com/thirukumaran05/Aptitude-API.git

Go to the project directory

  cd my-project

Install dependencies

  npm install

Start the server

  npm run start

Screenshots

App Screenshot

Contributing

Contributions are always welcome!

  • Fork the Repository

  • Add new Questions/Fix Errors

  • Submit Pull request

About

A REST-API that provides random or topic based Aptitude question for each call. Each topic in this API contains more than 100+ questions.Topics that are available in this API are Mixture and Alligation , Profit and Loss , Pipes and Cisterns , Age , Permutation and Combination , Speed Time Distance , Simple Interest , Calendars.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 59.9%
  • HTML 25.0%
  • JavaScript 15.1%