How to get all the omim entries in single request
1
0
Entering edit mode
9.1 years ago

I'm trying to fetch the omim entries by making rest request with following url: http://api.omim.org/api/entry/search?search=*&filter=&fields=&retrieve=&start=0&limit=100&sort=&operator=&include=clinicalSynopsis&include=geneMap&include=dates&retrieve=clinicalSynopsis&retrieve=geneMap&format=json

I've provided start=0 and limit=100 but it is giving me only 20 records. To get next 20 records I need to update start=0 to start=20. But this way it requires many request. Could some one please help me out?

omim Phenotype clinical-synopsis • 1.9k views
ADD COMMENT
0
Entering edit mode
9.1 years ago

just download the whole database ? http://www.omim.org/downloads

ADD COMMENT
0
Entering edit mode

I can't download it as data on omim server might get updated periodically. If I download it, then my data won't be in sync with omim. I need to send the request to omim server periodically to check is there any updated data.

ADD REPLY

Login before adding your answer.

Traffic: 1505 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6