Skip to content

6,000 past questions api end points for POST-UTME, UTME, WASSCE, NECO questions

Notifications You must be signed in to change notification settings

michaelchukwu/aloc-endpoints

 
 

Repository files navigation

Get Inspired to Practice

About ALOC

ALOC is an adventure based CBT practice platform with an engaging game story that unravels as students’ progresses in game levels. We use gaming concepts to increase student practice time and grade.[https://aloc.ng]

  • Experience CBT in game environment
  • Gain free access to unlimited past questions
  • Chat with students across Nigeria
  • Get paid for being smart
  • Learn for fun, play for glory

Finally, boring time are over, academic practice can now be Fun for students seeking university admission.

About ALOC Questions API

This app gives developers and educator access to our questions via APIs call. They get free access to over 6,000 past questions for UTME, WASSCE, POST-UTME

Make api calls to have access to over 6,000 Major Nigeria past questions. 100% FREE

You can focus on building great apps for students with unlimited access to api calls for trivial questions of major exams in Nigeria

Setup

  • php artisan composer update

  • In the project root directory create another copy of .env.example and rename it to .env

  • Generate application key php artisan key:generate

  • In .env file, supply values to DB_DATABASE, DB_USERNAME, DB_PASSWORD

  • php artisan migrate

  • You can load some dummy data into database for testing php artisan db:seed --class=LoadDummyQuestions

  • php artisan server to load app. You Got it!

API call Examples

Get a question

https://questions.aloc.ng/api/q?subject=chemistry

Get several questions

https://questions.aloc.ng/api/q/7?subject=chemistry

Get a question by year

https://questions.aloc.ng/api/q?subject=chemistry&year=2005

Get a question by exam type

https://questions.aloc.ng/api/q?subject=chemistry&type=utme

Get a question by type and year

https://questions.aloc.ng/api/q?subject=chemistry&year=2010&type=utme

For more detailed examples visit https://questions.aloc.ng

ALOC Sponsors

We would like to extend our thanks to the following sponsors for helping fund on-going ALOC development. If you are interested in becoming a sponsor, please send a mail to Admin [[email protected]]:

Contributing

Thank you for considering contributing to the ALOC Questions Api end points!

Security Vulnerabilities

If you discover a security vulnerability within ALOC APIs, please send an e-mail to Admin via [[email protected]](mailto:[email protected]. All security vulnerabilities will be promptly addressed.

License

The ALOC API is open-sourced software licensed under the MIT license.

About

6,000 past questions api end points for POST-UTME, UTME, WASSCE, NECO questions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 93.4%
  • HTML 6.1%
  • Vue 0.5%