# DOAJ — Zapi reference > Directory of Open Access Journals — article and journal search with full APC, licensing, peer-review and preservation metadata, plus OAI-PMH harvesting. **Base URL:** `https://api.zpi.web.id` **Auth:** Send `x-api-key: YOUR_KEY` header on every request. Get a free key at https://zpi.web.id/dashboard/keys. **Response envelope:** `{ content, message, errors }` **Rate limit:** 60 req/min on free tier. **Related:** - Detail page: https://zpi.web.id/api/research/doaj - Endpoint catalog: https://zpi.web.id/category/research - Concise index: https://zpi.web.id/llms.txt - Full reference: https://zpi.web.id/llms-full.txt --- ## DOAJ **Category:** research · **Slug:** `doaj` **Detail page:** https://zpi.web.id/api/research/doaj Directory of Open Access Journals — article and journal search with full APC, licensing, peer-review and preservation metadata, plus OAI-PMH harvesting. **Tags:** doaj, open-access, journals, articles, apc ### Article By Doi DOAJ article lookup by DOI — the doi: binding over search/articles, no key. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/article-by-doi/:doi` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `doi` | string | path | yes | DOI of the article, with or without a doi.org prefix | **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/article-by-doi/:doi" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/article-by-doi/:doi", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/article-by-doi/:doi", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "doi": "10.1371/journal.pone.0146294", "year": 2015, "links": [ { "url": "http://europepmc.org/articles/PMC4697834?pdf=render", "type": "fulltext", "contentType": null } ], "month": 0, "title": "A Biomechanical Comparison of Expansive Pedicle Screws for Severe Osteoporosis: The Effects of Screw Design and Cement Augmentation.", "authors": [ { "name": "Ching-Lung Tai", "orcid": null, "affiliation": null }, { "name": "Tsung-Ting Tsai", "orcid": null, "affiliation": null }, { "name": "Po-Liang Lai", "orcid": null, "affiliation": null }, { "name": "Yi-Lu Chen", "orcid": null, "affiliation": null }, { "name": "Mu-Yi Liu", "orcid": null, "affiliation": null }, { "name": "Lih-Huei Chen", "orcid": null, "affiliation": null } ], "endPage": null, "journal": { "issns": [ "1932-6203" ], "title": "PLoS ONE", "number": "12", "volume": "10", "country": "US", "language": [ "EN" ], "publisher": "Public Library of Science (PLoS)" }, "abstract": "Expansive pedicle screws significantly improve fixation strength in osteoporotic spines. However, the previous literature does not adequately address the effects of the number of lengthwise slits and the extent of screw expansion on the strength of the bone/screw interface when expansive screws are used with or without cement augmentation. Herein, four designs for expansive pedicle screws with different numbers of lengthwise slits and different screw expansion levels were evaluated. Synthetic bones simulating severe osteoporosis were used to provide a comparative platform for each screw design. The prepared specimens were then tested for axial pullout failure. Regardless of screw design, screws with cement augmentation demonstrated significantly higher pullout strength than pedicle screws without cement augmentation (p < 0.001). For screws without cement augmentation, solid screws exhibited the lowest pullout strength compared to the four expansive groups (p < 0.01). No significant differences in pullout strength were observed between the expansive screws with different designs (p > 0.05). Taken together, our results show that pedicle screws combined with cement augmentation may greatly increase screw fixation regardless of screws with or without expansion. An increase in both the number of slits and the extent of screw expansion had little impact on the screw-anchoring strength. Cement augmentation is the most influential factor for improving screw pullout strength.", "subjects": [ { "code": "R", "term": "Medicine", "scheme": "LCC" }, { "code": "Q", "term": "Science", "scheme": "LCC" } ], "articleId": "3571d4eba732417e82e9d7a9303eb0d8", "createdAt": "2016-06-10T12:12:53Z", "startPage": "e0146294", "updatedAt": "2025-08-19T21:09:39Z", "identifiers": [ { "id": "1932-6203", "type": "eissn" }, { "id": "10.1371/journal.pone.0146294", "type": "doi" } ] } ``` --- ### Article DOAJ article record by id — open JSON API, no key, rung 1 (direct) per recon. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/article/:articleId` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `articleId` | string | path | yes | DOAJ article id, 32 hex characters | **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/article/:articleId" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/article/:articleId", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/article/:articleId", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "doi": "10.25057/2500672X.2038", "year": 2026, "links": [ { "url": "https://revistas.iue.edu.co/index.php/nuevoderecho/article/view/2038", "type": "fulltext", "contentType": "HTML" } ], "month": null, "title": "Responsabilidad Prospectiva Ciudadana en Sociedades Algorítmicamente Mediadas: Ética Cívica, Justicia Epistémica e Innovación Democrática", "authors": [ { "name": "Rafael Alejandro Betancourt Durango", "orcid": "https://orcid.org/0000-0002-6423-4864", "affiliation": "Universidad Pontificia Bolivariana" }, { "name": "Diego Alejandro Correa Correa", "orcid": "https://orcid.org/0000-0001-9528-2853", "affiliation": "Institución Universitaria de Envigado" }, { "name": "Conrado Giraldo Zuluaga", "orcid": "https://orcid.org/0000-0003-1885-9158", "affiliation": "Universidad Pontificia Bolivariana" }, { "name": "Eduar Antonio Rodríguez Flores", "orcid": "https://orcid.org/0000-0003-0807-6686", "affiliation": "Universidad Autónoma de Perú" } ], "endPage": null, "journal": { "title": "Nuevo Derecho", "number": "39", "volume": "22", "country": "CO", "language": [ "EN", "ES", "PT" ], "publisher": "Institución Universitaria de Envigado" }, "abstract": "\nLas democracias contemporáneas afrontan un desafío filosófico de primera magnitud: la colonización algorítmicamente mediada de la deliberación pública, la formación epistémica y la identidad cívica por sistemas cuya lógica opera de manera opaca, asimétrica y orientada a la optimización de comportamientos antes que al fortalecimiento democrático. Este artículo propone la Responsabilidad Prospectiva Ciudadana (RPC) como categoría filosófica original para conceptualizar la ciudadanía ética activa en sociedades algorítmicamente mediadas. A partir de una revisión sistemática de 127 artículos arbitrados identificados en dos bases de datos complementarias — Web of Science (A&HCI + SSCI, n = 77) y Scopus (ARTS / SOCI / COMP, n = 50) — mediante 12 ecuaciones de búsqueda para el período 2015-2026, e integrando seis tradiciones filosóficas (Jonas, Habermas, Rawls, Mouffe, Fricker y Floridi) con los marcos de democracia contestataria y poder constituyente de Mejía Quintana, Lefort, Rosanvallon y Abensour, el artículo demuestra que la literatura especializada ha producido un diagnóstico extraordinariamente sofisticado de las transformaciones algorítmicas (70% del corpus, Ejes 1-4) mientras deja dramáticamente subdesarrollada la respuesta filosófica normativa desde la perspectiva del ciudadano ordinario (30%, Ejes 5-8). El proceso de deduplicación sistemática eliminó 126 registros duplicados (96 entre bases WoS-Scopus, 29 internos de Scopus, 1 interno de WoS) de los 2.483 registros identificados, obteniendo 2.357 registros únicos para cribado. Se derivan seis principios normativos del análisis filosófico integrado: transparencia algorítmica (P1), explicabilidad y derecho de impugnación (P2), equidad epistémica (P3), participación en la gobernanza (P4), solidaridad informacional (P5) y resistencia informada (P6). Estos principios tienen implicaciones directas para el diseño de innovaciones democráticas en contextos digitales polarizados, incluidos el AI Act europeo, las recomendaciones de ética de la IA de la UNESCO y los procesos democráticos participativos de próxima generación.\n", "keywords": [ "responsabilidad prospectiva ciudadana", "mediación algorítmica", "justicia epistémica", "democracia deliberativa", "gobernanza de IA", "innovación democrática" ], "subjects": [ { "code": "K", "term": "Law", "scheme": "LCC" }, { "code": "K1-7720", "term": "Law in general. Comparative and uniform law. Jurisprudence", "scheme": "LCC" } ], "articleId": "bf9a6965797647f29ec9bc0bb4f1773b", "createdAt": "2026-07-30T16:22:40Z", "startPage": null, "updatedAt": "2026-07-30T16:22:40Z", "identifiers": [ { "id": "10.25057/2500672X.2038", "type": "doi" }, { "id": "2011-4540", "type": "pissn" }, { "id": "2500-672X", "type": "eissn" } ] } ``` --- ### Articles By Journal Every DOAJ article carrying one journal ISSN — the bibjson.journal.issns: binding over search/articles, no key. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/articles-by-journal` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `issn` | string | query | yes | Print or electronic ISSN of the journal | | `page` | number | query | no | Page number. Default 1 | | `limit` | number | query | no | Items per page. Default 10, max 100 | **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/articles-by-journal?issn=1932-6203&page=1&limit=10" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/articles-by-journal?issn=1932-6203&page=1&limit=10", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/articles-by-journal?issn=1932-6203&page=1&limit=10", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "issn": "1932-6203", "page": 1, "count": 3, "items": [ { "doi": "10.1371/journal.pone.0257164", "year": 2021, "links": [ { "url": "https://doi.org/10.1371/journal.pone.0257164", "type": "fulltext", "contentType": null } ], "month": 0, "title": "The PPLD has advantages over conventional regression methods in application to moderately sized genome-wide association studies.", "authors": [ { "name": "Veronica J Vieland", "orcid": null, "affiliation": null }, { "name": "Sang-Cheol Seok", "orcid": null, "affiliation": null } ], "endPage": null, "journal": { "issns": [ "1932-6203" ], "title": "PLoS ONE", "number": "9", "volume": "16", "country": "US", "language": [ "EN" ], "publisher": "Public Library of Science (PLoS)" }, "abstract": "In earlier work, we have developed and evaluated an alternative approach to the analysis of GWAS data, based on a statistic called the PPLD. More recently, motivated by a GWAS for genetic modifiers of the X-linked Mendelian disorder Duchenne Muscular Dystrophy (DMD), we adapted the PPLD for application to time-to-event (TE) phenotypes. Because DMD itself is relatively rare, this is a setting in which the very large sample sizes generally assembled for GWAS are simply not attainable. For this reason, statistical methods specially adapted for use in small data sets are required. Here we explore the behavior of the TE-PPLD via simulations, comparing the TE-PPLD with Cox Proportional Hazards analysis in the context of small to moderate sample sizes. Our results will help to inform our approach to the DMD study going forward, and they illustrate several respects in which the TE-PPLD, and by extension the original PPLD, offer advantages over regression-based approaches to GWAS in this context.", "subjects": [ { "code": "R", "term": "Medicine", "scheme": "LCC" }, { "code": "Q", "term": "Science", "scheme": "LCC" } ], "articleId": "00003499008840e299ffa0b2baec2e63", "createdAt": "2021-10-20T17:28:34Z", "startPage": "e0257164", "updatedAt": "2025-08-19T20:27:56Z", "identifiers": [ { "id": "1932-6203", "type": "eissn" }, { "id": "10.1371/journal.pone.0257164", "type": "doi" } ] }, { "doi": "10.1371/journal.pone.0059431", "year": 2013, "links": [ { "url": "http://europepmc.org/articles/PMC3632550?pdf=render", "type": "fulltext", "contentType": null } ], "month": 0, "title": "The niche-derived glial cell line-derived neurotrophic factor (GDNF) induces migration of mouse spermatogonial stem/progenitor cells.", "authors": [ { "name": "Lisa Dovere", "orcid": null, "affiliation": null }, { "name": "Stefania Fera", "orcid": null, "affiliation": null }, { "name": "Margherita Grasso", "orcid": null, "affiliation": null }, { "name": "Dante Lamberti", "orcid": null, "affiliation": null }, { "name": "Cesare Gargioli", "orcid": null, "affiliation": null }, { "name": "Barbara Muciaccia", "orcid": null, "affiliation": null }, { "name": "Anna Maria Lustri", "orcid": null, "affiliation": null }, { "name": "Mario Stefanini", "orcid": null, "affiliation": null } ], "endPage": null, "journal": { "issns": [ "1932-6203" ], "title": "PLoS ONE", "number": "4", "volume": "8", "country": "US", "language": [ "EN" ], "publisher": "Public Library of Science (PLoS)" }, "abstract": "In mammals, the biological activity of the stem/progenitor compartment sustains production of mature gametes through spermatogenesis. Spermatogonial stem cells and their progeny belong to the class of undifferentiated spermatogonia, a germ cell population found on the basal membrane of the seminiferous tubules. A large body of evidence has demonstrated that glial cell line-derived neurotrophic factor (GDNF), a Sertoli-derived factor, is essential for in vivo and in vitro stem cell self-renewal. However, the mechanisms underlying this activity are not completely understood. In this study, we show that GDNF induces dose-dependent directional migration of freshly selected undifferentiated spermatogonia, as well as germline stem cells in culture, using a Boyden chamber assay. GDNF-induced migration is dependent on the expression of the GDNF co-receptor GFRA1, as shown by migration assays performed on parental and GFRA1-transduced GC-1 spermatogonial cell lines. We found that the actin regulatory protein vasodilator-stimulated phosphoprotein (VASP) is specifically expressed in undifferentiated spermatogonia. VASP belongs to the ENA/VASP family of proteins implicated in actin-dependent processes, such as fibroblast migration, axon guidance, and cell adhesion. In intact seminiferous tubules and germline stem cell cultures, GDNF treatment up-regulates VASP in a dose-dependent fashion. These data identify a novel role for the niche-derived factor GDNF, and they suggest that GDNF may impinge on the stem/progenitor compartment, affecting the actin cytoskeleton and cell migration.", "subjects": [ { "code": "R", "term": "Medicine", "scheme": "LCC" }, { "code": "Q", "term": "Science", "scheme": "LCC" } ], "articleId": "000048ce454c4c0e9d56dbd26415ae68", "createdAt": "2016-06-14T22:51:56Z", "startPage": "e59431", "updatedAt": "2025-08-19T19:17:48Z", "identifiers": [ { "id": "1932-6203", "type": "eissn" }, { "id": "10.1371/journal.pone.0059431", "type": "doi" } ] }, { "doi": "10.1371/journal.pone.0109122", "year": 2014, "links": [ { "url": "http://europepmc.org/articles/PMC4183547?pdf=render", "type": "fulltext", "contentType": null } ], "month": 0, "title": "De novo transcriptome and small RNA analysis of two Chinese willow cultivars reveals stress response genes in Salix matsudana.", "authors": [ { "name": "Guodong Rao", "orcid": null, "affiliation": null }, { "name": "Jinkai Sui", "orcid": null, "affiliation": null }, { "name": "Yanfei Zeng", "orcid": null, "affiliation": null }, { "name": "Caiyun He", "orcid": null, "affiliation": null }, { "name": "Aiguo Duan", "orcid": null, "affiliation": null }, { "name": "Jianguo Zhang", "orcid": null, "affiliation": null } ], "endPage": null, "journal": { "issns": [ "1932-6203" ], "title": "PLoS ONE", "number": "10", "volume": "9", "country": "US", "language": [ "EN" ], "publisher": "Public Library of Science (PLoS)" }, "abstract": "Salix matsudana Koidz. is a deciduous, rapidly growing, and drought resistant tree and is one of the most widely distributed and commonly cultivated willow species in China. Currently little transcriptomic and small RNAomic data are available to reveal the genes involve in the stress resistant in S. matsudana. Here, we report the RNA-seq analysis results of both transcriptome and small RNAome data using Illumina deep sequencing of shoot tips from two willow variants(Salix. matsudana and Salix matsudana Koidz. cultivar 'Tortuosa'). De novo gene assembly was used to generate the consensus transcriptome and small RNAome, which contained 106,403 unique transcripts with an average length of 944 bp and a total length of 100.45 MB, and 166 known miRNAs representing 35 miRNA families. Comparison of transcriptomes and small RNAomes combined with quantitative real-time PCR from the two Salix libraries revealed a total of 292 different expressed genes(DEGs) and 36 different expressed miRNAs (DEMs). Among the DEGs and DEMs, 196 genes and 24 miRNAs were up regulated, 96 genes and 12 miRNA were down regulated in S. matsudana. Functional analysis of DEGs and miRNA targets showed that many genes were involved in stress resistance in S. matsudana. Our global gene expression profiling presents a comprehensive view of the transcriptome and small RNAome which provide valuable information and sequence resources for uncovering the stress response genes in S. matsudana. Moreover the transcriptome and small RNAome data provide a basis for future study of genetic resistance in Salix.", "subjects": [ { "code": "R", "term": "Medicine", "scheme": "LCC" }, { "code": "Q", "term": "Science", "scheme": "LCC" } ], "articleId": "00009c709bd4440aa6c7f7714b88f07d", "createdAt": "2016-06-15T04:11:08Z", "startPage": "e109122", "updatedAt": "2025-08-19T19:13:38Z", "identifiers": [ { "id": "1932-6203", "type": "eissn" }, { "id": "10.1371/journal.pone.0109122", "type": "doi" } ] } ], "limit": 3, "total": 367383, "hasMore": true, "nextPage": 2, "provider": "doaj" } ``` --- ### Harvest Articles DOAJ article harvest over OAI-PMH — the documented way past the JSON API's 1000-record ceiling. Pages by resumptionToken, which is a cursor and expires - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/harvest-articles` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `verb` | enum(ListRecords|ListIdentifiers) | query | no | ListRecords returns full metadata, ListIdentifiers only headers. Default ListRecords | | `metadataPrefix` | enum(oai_dc|oai_doaj) | query | no | Metadata schema. oai_doaj adds journal, volume and full-text fields. Default oai_dc | | `set` | string | query | no | setSpec from harvest-sets, restricting the harvest to one subject | | `from` | string | query | no | Lower bound on the record datestamp, YYYY-MM-DD or a UTC timestamp | | `until` | string | query | no | Upper bound on the record datestamp, YYYY-MM-DD or a UTC timestamp | | `cursor` | string | query | no | nextCursor from a previous call. When set, every other filter is ignored | **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/harvest-articles?verb=ListRecords&metadataPrefix=oai_dc&set=TENDOk1pY3JvYmlvbG9neQ~~&from=2026-07-01&until=2026-07-31&cursor=eyJtIjogIm9haV9kYyJ9" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/harvest-articles?verb=ListRecords&metadataPrefix=oai_dc&set=TENDOk1pY3JvYmlvbG9neQ~~&from=2026-07-01&until=2026-07-31&cursor=eyJtIjogIm9haV9kYyJ9", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/harvest-articles?verb=ListRecords&metadataPrefix=oai_dc&set=TENDOk1pY3JvYmlvbG9neQ~~&from=2026-07-01&until=2026-07-31&cursor=eyJtIjogIm9haV9kYyJ9", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "verb": "ListRecords", "count": 300, "items": [ { "doi": "10.1136/bmjhci-2025-101636", "url": "https://doaj.org/article/ff7878e5b5d84fa59c960e2ab33d2f6e", "date": "2026-07-01T00:00:00Z", "sets": [ "TENDOkNvbXB1dGVyIGFwcGxpY2F0aW9ucyB0byBtZWRpY2luZS4gTWVkaWNhbCBpbmZvcm1hdGljcw~~" ], "type": "article", "issns": [ "2632-1009" ], "title": "Novel two-stage deep learning framework for automated pressure injury classification", "deleted": false, "sources": [ "BMJ Health & Care Informatics, Vol 33, Iss 1 (2026)" ], "creators": [ "Chien-Wei Chen", "Ting-Yu Lai", "Yi-Jiun Chou", "Chun-You Liu", "Ching-Ting Lin", "Wei-Chun Wang", "Yimin Hsu", "Ming-Li Hsieh" ], "recordId": "ff7878e5b5d84fa59c960e2ab33d2f6e", "subjects": [ "Computer applications to medicine. Medical informatics", "R858-859.7" ], "datestamp": "2026-07-31T00:40:51Z", "languages": [ "EN" ], "publisher": "BMJ Publishing Group", "relations": [ "https://informatics.bmj.com/content/33/1/e101636.full", "https://doaj.org/toc/2632-1009" ], "identifier": "oai:doaj.org/article:ff7878e5b5d84fa59c960e2ab33d2f6e", "description": "Objective The study aims to develop an artificial intelligence (AI) framework for automatic pressure injury (PI) staging directly from raw clinical images, without requiring manual lesion localisation. By integrating a two-stage deep learning approach—combining object detection and image classification—the proposed system seeks to improve diagnostic accuracy, reduce subjectivity and support consistent staging in real-world clinical workflows.Methods We conducted a retrospective study using 1807 PI images from China Medical University Hospital collected between 2020 and 2024. Lesions were annotated by five senior nurses with consensus. YOLOv9 was used for lesion detection, and DenseNet161 for staging. Performance metrics included accuracy, sensitivity, specificity, F1 score, area under the curve (AUC) and mean average precision (mAP)@0.5.Results The object detection model (YOLOv9) achieved an mAP@0.5 of 0.796. On the independent test set (n=365), the staging model demonstrated an overall accuracy of 0.775, sensitivity of 0.775, specificity of 0.955, precision of 0.779 and F1 score of 0.775.Discussion The proposed two-stage AI framework—using YOLOv9 for lesion localisation and DenseNet161 for staging—demonstrated performance comparable to or exceeding previously reported approaches, while offering improved clinical interpretability when applied to real-world clinical images. By separating detection and classification, the framework reduced background noise and improved the ability to distinguish visually similar PI stages. However, challenges remain in handling intra-wound heterogeneity, subtle early-stage boundaries and variability in image quality.Conclusions This two-stage AI system may assist clinical staff by providing standardised, reproducible PI staging from clinical images, with potential for integration into nursing workflows.", "identifiers": [ "10.1136/bmjhci-2025-101636", "2632-1009", "https://doaj.org/article/ff7878e5b5d84fa59c960e2ab33d2f6e" ] }, { "doi": "10.1136/bmjopen-2025-110435", "url": "https://doaj.org/article/070a6d2b17954a308d65ae33823293c8", "date": "2026-02-01T00:00:00Z", "sets": [ "TENDOk1lZGljaW5l" ], "type": "article", "issns": [ "2044-6055" ], "title": "Cognitive and physical exercise to improve outcomes after surgery (COPE-iOS) study: protocol for a randomised, controlled trial in the USA examining the efficacy of a combined cognitive and physical exercise programme performed before and after major surgery in improving cognitive and functional outcomes for older adults", "deleted": false, "sources": [ "BMJ Open, Vol 16, Iss 2 (2026)" ], "creators": [ "Pratik P Pandharipande", "Christopher G Hughes", "Kimberly F Rengel", "Kristin R Archer", "Jim C Jackson", "Rameela Raman", "Onur M Orun", "Terri Ellison" ], "recordId": "070a6d2b17954a308d65ae33823293c8", "subjects": [ "Medicine", "R" ], "datestamp": "2026-07-31T00:35:59Z", "languages": [ "EN" ], "publisher": "BMJ Publishing Group", "relations": [ "https://bmjopen.bmj.com/content/16/2/e110435.full", "https://doaj.org/toc/2044-6055" ], "identifier": "oai:doaj.org/article:070a6d2b17954a308d65ae33823293c8", "description": "Introduction Surgery and its resulting hospitalisation are associated with subsequent cognitive and functional decline. Interventions to reduce this decline have exhibited limited success. Prehabilitation is the process of enhancing capacity and reserve before an acute stressor to improve tolerance of the acute physiologic insult. Older adults requiring major surgery are an ideal population for prehabilitation. Prehabilitation exercise studies have mostly focused on physical training to improve physical outcomes after specific surgery types, and data on cognitive outcomes and in broader surgical populations are needed. Computerised cognitive training (CCT) has been shown to enhance memory, processing speed, attention and multitasking. Combining CCT with a physical exercise may be most effective in reducing cognitive and functional decline in older patients undergoing major surgery, but has yet to be evaluated.Methods and analysis The COgnitive and Physical Exercise to improve Outcomes after Surgery (COPE-iOS) study is a randomised, controlled, participant and assessor blinded clinical trial testing the hypothesis that a pragmatic programme combining CCT and physical exercise throughout the perioperative (ie, preoperative and postoperative) period will improve long-term cognitive and disability outcomes in older surgical patients at high risk for decline. The trial aims to randomise 250 patients who undergo major surgery for a treatment period of approximately 1 month prior to surgery and 3 months after surgery, with a follow-up period of 12 months after surgery. The primary outcome is global cognition at 3 months after surgery. Key secondary outcomes include global cognition at 12 months after surgery and disability in activities of daily living and depression at 3 and 12 months after surgery.Ethics and dissemination Trial protocol has been approved by Vanderbilt Human Research Protections Programme (#202496) and an independent Data Safety Monitoring Board. Results will be presented at scientific conferences and submitted for publication.Trial registration number ClinicalTrials.gov Registry NCT04889417.", "identifiers": [ "10.1136/bmjopen-2025-110435", "2044-6055", "https://doaj.org/article/070a6d2b17954a308d65ae33823293c8" ] }, { "doi": "10.1136/bmjopen-2025-115288", "url": "https://doaj.org/article/5c541148d88947c2a150b0d5a3ae4ff2", "date": "2026-03-01T00:00:00Z", "sets": [ "TENDOk1lZGljaW5l" ], "type": "article", "issns": [ "2044-6055" ], "title": "PRECISION study: impact of personalised cardiac anaesthesia and cerebral autoregulation on neurological outcomes in patients undergoing cardiac surgery – protocol for an international, multicentre, prospective cohort study", "deleted": false, "sources": [ "BMJ Open, Vol 16, Iss 3 (2026)" ], "creators": [ "David K Menon", "Marek Czosnyka", "Christian Schindler", "Peter Smielewski", "Erta Beqiri", "Luzius A Steiner", "Martin Siegemund", "Salome Dell-Kuster" ], "recordId": "5c541148d88947c2a150b0d5a3ae4ff2", "subjects": [ "Medicine", "R" ], "datestamp": "2026-07-31T00:26:09Z", "languages": [ "EN" ], "publisher": "BMJ Publishing Group", "relations": [ "https://bmjopen.bmj.com/content/16/3/e115288.full", "https://doaj.org/toc/2044-6055" ], "identifier": "oai:doaj.org/article:5c541148d88947c2a150b0d5a3ae4ff2", "description": "Introduction Adverse neurological complications, including postoperative delirium (POD) and stroke, remain one of the major risks after cardiac surgery. A lack of comprehensive knowledge about their causes and neuroprotective strategies has hindered the development of effective interventions to reduce these events. Personalised cerebral autoregulation (CA)-oriented blood pressure monitoring aims to identify blood pressure targets tailored to each individual patient, thereby reducing brain injury. The PRECISION study aims to assess whether perioperative duration and magnitude of mean arterial pressure (MAP) deviation from an individual’s CA limits are associated with adverse neurological complications.Methods and analysis This international, multicentre, prospective cohort study is conducted at two Swiss and one British hospital. Patients aged 65 years or older undergoing elective primary or re-operative coronary artery bypass graft and/or valvular and/or ascending aorta surgery requiring cardiopulmonary bypass are included. Preoperatively, the patient’s baseline of physical, cognitive and mental status is established. Intraoperatively, near-infrared spectroscopy (NIRS) and transcranial Doppler (TCD) are recorded in real-time to generate NIRS-derived and TCD-derived CA indices. The primary endpoint is POD, assessed daily on postoperative days 0 to 7 or up to discharge, whichever occurs earlier with the 3D-Confusion Assessment Method (3D-CAM) or CAM-Intensive Care Unit. Secondary endpoints include a composite neurological outcome of POD and overt stroke, postoperative neurocognitive disorders, major morbidity and mortality. Associations between neurologic outcomes, neurobiomarkers and genetic variation will be explored.A total of 500 participants is required to achieve 90% power to find a statistically significant effect of the area under the curve MAP<lower limit of CA (LLA) on the risk of POD at the 5% level. This includes adjustment for potential confounders and for the inability to determine the LLA.Ethics and dissemination Ethical approval has been obtained from all responsible ethics committees (Swiss lead ethics committee EKNZ 2022-01457 and Health Research Authority and Health and Care Research Wales, UK, REC 23/SW/0076). Results will be disseminated at national and international conferences and published in peer-reviewed journals.Trial registration number NCT05595954.", "identifiers": [ "10.1136/bmjopen-2025-115288", "2044-6055", "https://doaj.org/article/5c541148d88947c2a150b0d5a3ae4ff2" ] }, { "doi": "10.1136/bmjopen-2025-111860", "url": "https://doaj.org/article/9b8a6c083212461e95e275559767a72d", "date": "2026-02-01T00:00:00Z", "sets": [ "TENDOk1lZGljaW5l" ], "type": "article", "issns": [ "2044-6055" ], "title": "Start4All protocol for a Bayesian cost-effectiveness model of tuberculosis screening and diagnosis in seven high burden low-income and middle-income countries", "deleted": false, "sources": [ "BMJ Open, Vol 16, Iss 2 (2026)" ], "creators": [ "Marc Yves Romain Henrion", "Tushar Garg", "Stephen John", "Shahriar Ahmed", "Sayera Banu", "Tanjina Rahman", "Jacob Creswell", "Melissa Sander" ], "recordId": "9b8a6c083212461e95e275559767a72d", "subjects": [ "Medicine", "R" ], "datestamp": "2026-07-31T00:21:07Z", "languages": [ "EN" ], "publisher": "BMJ Publishing Group", "relations": [ "https://bmjopen.bmj.com/content/16/2/e111860.full", "https://doaj.org/toc/2044-6055" ], "identifier": "oai:doaj.org/article:9b8a6c083212461e95e275559767a72d", "description": "Introduction High costs of screening and diagnostic tests remain a major barrier to timely tuberculosis (TB) identification in resource-limited settings. Evidence on the cost-effectiveness of scalable screening algorithms is limited. Start4All is a research project aimed at developing and evaluating algorithmic approaches to TB screening and diagnosis, with the goal of optimising technical and allocative efficiency when expanding diagnostic coverage to primary healthcare and community settings.Methods and analysis Five screening and diagnostic tests will be evaluated: a capillary blood-based assay (C-reactive protein (CRP)), sputum-based rapid molecular tests (PCR; individual and pooled Xpert MTB/RIF Ultra assay (Xpert Ultra, Cepheid®, California, USA)), a lateral-flow urine-based test for lipoarabinomannan (LF-LAM), and digital chest X-rays with artificial intelligence-based computer-aided detection (CXR-CAD). A microbiological reference standard of positive culture using the mycobacteria growth indicator tube will be used to confirm TB disease.We will compare the cost and effectiveness of concurrent and sequential positive serial combinations (screening algorithms) of CRP, CXR-CAD, LF-LAM, individual and pooled Xpert Ultra. Diagnostic performance will be estimated using sensitivity, specificity, predictive values and proportions of positive results, with Bayesian inference used to derive these estimates. The analysis will include adults (15 years and older) only and will be stratified by HIV status and level of care, including facility and community-based case finding. Effectiveness will be assessed based on the number of people with TB detected. Cost analysis will be conducted from the provider perspective, incorporating commodity and implementation costs. A decision tree model will be developed to assess the cost per number of persons with confirmed TB detected across all countries. Probabilistic sensitivity analysis will be conducted to account for uncertainty in model parameters, incorporating willingness-to-pay and willingness-to-accept thresholds.Ethics and dissemination WHO ethical review committee approval ERC.0003921. Data will be available on reasonable request to the principal investigator of the consortium.Trial registration number NCT05845112.", "identifiers": [ "10.1136/bmjopen-2025-111860", "2044-6055", "https://doaj.org/article/9b8a6c083212461e95e275559767a72d" ] }, { "doi": "10.19041/APSTRACT/2023/1/1", "url": "https://doaj.org/article/edb40134422541d098d745440f2622fb", "date": "2023-06-01T00:00:00Z", "sets": [ "TENDOkFncmljdWx0dXJl", "TENDOlJlZ2lvbmFsIHBsYW5uaW5n" ], "type": "article", "issns": [ "1789-221X", "1789-7874" ], "title": "PERCEPTIONS, PROFITABILITY AND DETERMINANTS OF GRANULATED CASSAVA PACKAGING IN KUMASI METROPOLIS, GHANA", "deleted": false, "sources": [ "Apstract: Applied Studies in Agribusiness and Commerce, Vol 17, Iss 1 (2023)" ], "creators": [ "Enoch Kwame Tham-Agyekum", "Fred Nimoh", "Dora Boakye", "Abednego Yeboah", "Umar Abdul Baqi Abubakar" ], "recordId": "edb40134422541d098d745440f2622fb", "subjects": [ "Gari", "Packaging", "Gari Sellers", "Granulated Cassava", "Perception", "Profitability", "Agriculture", "S" ], "datestamp": "2026-07-31T00:19:33Z", "languages": [ "EN" ], "publisher": "University of Debrecen", "relations": [ "http://localhost:9400/apstract/article/view/10791", "https://doaj.org/toc/1789-221X", "https://doaj.org/toc/1789-7874" ], "identifier": "oai:doaj.org/article:edb40134422541d098d745440f2622fb", "description": "Packaging does not only protect a product but also provides directions for using the product, as well as relevant information about its content and nutritional value. This study was undertaken to assess Granulated Cassava (Gari) sellers’ perception, profitability and determinants of packaging in Ashanti Region. The study area was purposively selected because of the active participation and contribution of marketing activities. A structured questionnaire was administered in the form of interview to obtain primary data from the respondents. Data was generated using binary and multinomial logit regression model and Garret ranking technique. The results showed that there is 0.11% difference in the gross margin of both ventures which is also statistically significant at 1%. Years of education, legal requirement, and durability of the packaging material and cost of packaging material were the significant factors that influence sellers’ choice of packaging. Lack of technical know-how, cost of capital equipment and lack of knowledge on packaging equipment and/or material were the most limiting constraints affecting Gari packaging. The study recommends that investors should invest in the Gari packaging business since it has a relatively higher rate of returns as compared to the unpackaged one.", "identifiers": [ "10.19041/APSTRACT/2023/1/1", "1789-221X", "1789-7874", "https://doaj.org/article/edb40134422541d098d745440f2622fb" ] }, { "doi": "10.19041/APSTRACT/2025/1/1", "url": "https://doaj.org/article/c594eab4a9994dad88599954598eb3c4", "date": "2025-06-01T00:00:00Z", "sets": [ "TENDOkFncmljdWx0dXJl", "TENDOlJlZ2lvbmFsIHBsYW5uaW5n" ], "type": "article", "issns": [ "1789-221X", "1789-7874" ], "title": "FACTORS INFLUENCING FEMALE YOUTH PARTICIPATION IN AGRICULTURAL LIVELIHOOD GENERATING ACTIVITIES FOR SELF-CARE IN GWAGWALADA AREA COUNCIL, ABUJA, NIGERIA", "deleted": false, "sources": [ "Apstract: Applied Studies in Agribusiness and Commerce, Vol 19, Iss 1 (2025)" ], "creators": [ "Dutse Fidelis", "Abbas Shehu", "Hannatu Yohanna Michael", "Danladi Ezrah Bako" ], "recordId": "c594eab4a9994dad88599954598eb3c4", "subjects": [ "Youth participation", "Agricultural livelihood", "Income generating activities", "Self-care", "Perceived contribution", "Agriculture", "S", "Regional planning" ], "datestamp": "2026-07-31T00:19:31Z", "languages": [ "EN" ], "publisher": "University of Debrecen", "relations": [ "http://localhost:9400/apstract/article/view/15369", "https://doaj.org/toc/1789-221X", "https://doaj.org/toc/1789-7874" ], "identifier": "oai:doaj.org/article:c594eab4a9994dad88599954598eb3c4", "description": "This study examines female youth participation in agricultural livelihood generating activities for self-care in Gwagwalada Area Council, Abuja. The objectives were to: examine the extent of female youth participation in agricultural livelihood generating activities and the income generated, determine the levels of female youth self-care responsibilities and perceived contribution of participation in agricultural livelihood activities on their wellbeing, determine factors influencing female youth participation in agricultural livelihood activities in the study area. A multistage sampling procedure was used to select 133 female youths from 13 registered youth associations. Structured questionnaire was used to collect data while descriptive statistics and Logit regression model were used to analyze the data. The results showed that 30.1% of the respondents were engaged in crop production and generated an average income of ₦420,093.02 while only 3.0% were engaged in crop produce processing and generated ₦29,250.74. Also, almost half (47.4) of them spent money to take care of themselves of between 3-4 self-care responsibilities and about 41.5 spent an average of 130,078.95 on food per day. It also showed The logit regression results indicated that factors influencing female youth participation in agricultural livelihood generating activities include age, educational status, household size, income, occupation, and distance. While the study indicates that a significant portion of female youths is engaged in crop and poultry production, their overall participation in agricultural activities is limited. The study provides critical insights into the potential of agriculture as a viable solution to youth unemployment and is an instrument of female vulnerability reduction in Nigeria. The study recommends implementing policies to improve land access for female youths, including land reform initiatives that prioritize youth ownership and leasing options. Additionally, it suggests exploring strategies to reduce production costs through input subsidies, partnerships with agricultural suppliers, and community-based resource-sharing initiatives.", "identifiers": [ "10.19041/APSTRACT/2025/1/1", "1789-221X", "1789-7874", "https://doaj.org/article/c594eab4a9994dad88599954598eb3c4" ] }, { "doi": "10.19041/APSTRACT/2025/1/2", "url": "https://doaj.org/article/ff727ba209104a23be3c4a963f4dc9e5", "date": "2025-06-01T00:00:00Z", "sets": [ "TENDOkFncmljdWx0dXJl", "TENDOlJlZ2lvbmFsIHBsYW5uaW5n" ], "type": "article", "issns": [ "1789-221X", "1789-7874" ], "title": "THE ROLE AND IMPACT OF DIGITAL TRANSFORMATION ON THE DEVELOPMENT OF SMALL AND MEDIUM-SIZED ENTERPRISES IN HAJDÚ-BIHAR COUNTY", "deleted": false, "sources": [ "Apstract: Applied Studies in Agribusiness and Commerce, Vol 19, Iss 1 (2025)" ], "creators": [ "Mihály Bogdán", "Péter Popovics" ], "recordId": "ff727ba209104a23be3c4a963f4dc9e5", "subjects": [ "best practices", "digital best practices", "digitalization", "artificial intelligence", "efficiency", "Agriculture", "S", "Regional planning" ], "datestamp": "2026-07-31T00:19:29Z", "languages": [ "EN" ], "publisher": "University of Debrecen", "relations": [ "http://localhost:9400/apstract/article/view/15422", "https://doaj.org/toc/1789-221X", "https://doaj.org/toc/1789-7874" ], "identifier": "oai:doaj.org/article:ff727ba209104a23be3c4a963f4dc9e5", "description": "In our survey-based research, assessed the opinions of 39 small and medium-sized enterprise (SME) leaders in Hajdú-Bihar County on digitalization, how they evaluate their employees' digital skills, what digital best practices they apply, and how familiar they are with current trends in digital best practices. In the literature review, we touch on the concepts and significance of digitalization and digital transformation, the characteristics and types of best practices, benchmarking as a tool for identifying them, and the steps involved in their implementation. We introduced five currently popular digital best practices: optical character recognition, homomorphic encryption, robotic process automation, intelligent process automation, and blockchain technology. The advantages and impact of these practices on corporate efficiency are highlighted. Based on the results, we reached the following conclusions:\nThe findings show that most Hungarian companies view digitalization as an opportunity, but there are deficiencies in strategic planning and commitment. Although leaders theoretically support technological progress, 93% of companies do not have a developed digital strategy, and leaders also rate employee engagement as low. The resources allocated for digitalization investments are also low, with most companies spending only between 0-10 million HUF. The application of artificial intelligence (AI) technologies is still in its early stages, though there are positive examples. Dissatisfaction is evident regarding employees' digital competencies, particularly in problem-solving and data security. The lack of knowledge of modern digital technologies also hinders innovation. Companies' digital maturity is low, with most having only taken initial steps in this area. Often, the perceived digital intensity of the industry does not reflect reality, which can hinder development.", "identifiers": [ "10.19041/APSTRACT/2025/1/2", "1789-221X", "1789-7874", "https://doaj.org/article/ff727ba209104a23be3c4a963f4dc9e5" ] }, { "doi": "10.19041/APSTRACT/2025/1/3", "url": "https://doaj.org/article/9ac06fca05ff4cec8b3908112bcc935b", "date": "2025-06-01T00:00:00Z", "sets": [ "TENDOkFncmljdWx0dXJl", "TENDOlJlZ2lvbmFsIHBsYW5uaW5n" ], "type": "article", "issns": [ "1789-221X", "1789-7874" ], "title": "WHAT DRIVES FEMALE FARMERS’ PARTICIPATION IN OFF-FARM ACTIVITIES? THE CASE OF RURAL NIGERIA", "deleted": false, "sources": [ "Apstract: Applied Studies in Agribusiness and Commerce, Vol 19, Iss 1 (2025)" ], "creators": [ "Abbas Shehu", "Jadeera Mahmood", "Sulaiman Umar" ], "recordId": "9ac06fca05ff4cec8b3908112bcc935b", "subjects": [ "Women farmers", "Non farm enterprises", "Rural Nigeria", "Electricity", "Roads", "Agriculture", "S", "Regional planning" ], "datestamp": "2026-07-31T00:19:28Z", "languages": [ "EN" ], "publisher": "University of Debrecen", "relations": [ "http://localhost:9400/apstract/article/view/15435", "https://doaj.org/toc/1789-221X", "https://doaj.org/toc/1789-7874" ], "identifier": "oai:doaj.org/article:9ac06fca05ff4cec8b3908112bcc935b", "description": "Women often lack access to productive resources such as land and capital in most developing countries. This forces them to take part in off-farm activities to augment their little farm income. This study investigated factors that affect the involvement of women farmers in different types of off-farm entrepreneurial livelihood activities in rural Bauchi state, Nigeria. A purposive sampling method was used in selecting three local government areas in the western agricultural zone of the state and a random sampling method was used in selecting ten wards. 5% registered women farmers in each selected ward, making 134 respondents. Semi-structured questionnaires were administered to women farmers in 2017. The results revealed that food processing, farm product sales, trading and tailoring are the major off-farm livelihood activities engaged in by rural female farmers. Logit regression results revealed, as expected, that different factors affect their involvement in various types of off-farm activities. Food processing and tailoring required relatively high start-up capital and access to electricity as an investment and the use of machines was needed. Thus, access to credit or remittances and to electricity increases the probability of being involved in these activities. The requirements of trading being lower and access to market increases the probability of being involved. Provision of extension services, rural credit facilitation programmes, rural electrification, road and market structure development are instruments that are appropriate to support women farmers' involvement in off-farm activities.", "identifiers": [ "10.19041/APSTRACT/2025/1/3", "1789-221X", "1789-7874", "https://doaj.org/article/9ac06fca05ff4cec8b3908112bcc935b" ] } ], "cursor": "eyJtIjogIm9haV9kYyJ9", "hasMore": true, "provider": "doaj", "nextCursor": "eyJtIjogIm9haV9kYyIsICJ1IjogIjIwMjYtMDctMzFUMDA6NDE6MjdaIiwgIm4iOiAzMDAsICJhIjogWyIyMDI2LTA3LTMwVDIzOjAxOjE1WiIsIDFdfQ==", "metadataPrefix": "oai_dc" } ``` --- ### Harvest Journals DOAJ journal harvest over OAI-PMH. Pages by resumptionToken, which is a cursor and expires after 24h, not a page number you can jump to. The journal feed - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/harvest-journals` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `verb` | enum(ListRecords|ListIdentifiers) | query | no | ListRecords returns full metadata, ListIdentifiers only headers. Default ListRecords | | `set` | string | query | no | setSpec from harvest-sets, restricting the harvest to one subject | | `from` | string | query | no | Lower bound on the record datestamp, YYYY-MM-DD or a UTC timestamp | | `until` | string | query | no | Upper bound on the record datestamp, YYYY-MM-DD or a UTC timestamp | | `cursor` | string | query | no | nextCursor from a previous call. When set, every other filter is ignored | **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/harvest-journals?verb=ListRecords&set=TENDOk1pY3JvYmlvbG9neQ~~&from=2026-07-01&until=2026-07-31&cursor=eyJtIjogIm9haV9kYyJ9" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/harvest-journals?verb=ListRecords&set=TENDOk1pY3JvYmlvbG9neQ~~&from=2026-07-01&until=2026-07-31&cursor=eyJtIjogIm9haV9kYyJ9", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/harvest-journals?verb=ListRecords&set=TENDOk1pY3JvYmlvbG9neQ~~&from=2026-07-01&until=2026-07-31&cursor=eyJtIjogIm9haV9kYyJ9", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "verb": "ListRecords", "count": 300, "items": [ { "doi": null, "url": "https://doaj.org/toc/2448-7937", "date": "2026-07-30T20:00:41Z", "sets": [ "TENDOkxhdw~~" ], "type": "journal", "issns": [ "2448-7937", "2007-4387" ], "title": "Problema: Anuario de Filosofía y Teoría del Derecho", "rights": [ "CC BY-NC" ], "deleted": false, "recordId": "8005ee2ac50e482f85c2865de2ad119f", "subjects": [ "law", "philosophy", "theory of law", "philosophy of law", "jurisprudence", "critical theory", "Law", "K" ], "datestamp": "2026-07-30T20:00:41Z", "languages": [ "EN", "ES" ], "publisher": "Universidad Nacional Autónoma de México", "relations": [ "https://revistas.juridicas.unam.mx/index.php/filosofia-derecho/tematica-y-alcance", "https://revistas.juridicas.unam.mx/index.php/filosofia-derecho", "https://revistas.juridicas.unam.mx/index.php/filosofia-derecho/about/submissions#authorGuidelines" ], "identifier": "oai:doaj.org/journal:8005ee2ac50e482f85c2865de2ad119f", "description": null, "identifiers": [ "2448-7937", "2007-4387", "https://doaj.org/toc/2448-7937" ] }, { "doi": null, "url": "https://doaj.org/toc/0120-5927", "date": "2015-06-15T20:19:50Z", "sets": [ "TENDOkVkdWNhdGlvbg~~", "TENDOlRoZW9yeSBhbmQgcHJhY3RpY2Ugb2YgZWR1Y2F0aW9u", "TENDOkVuZ2xpc2ggbGFuZ3VhZ2U~" ], "type": "journal", "issns": [ "0120-5927" ], "title": "HOW", "rights": [ "CC BY-NC-ND" ], "deleted": false, "recordId": "d6b0fb3427f84c4085c7d3f08839bb9a", "subjects": [ "education", "english as a foreign language", "teaching", "applied linguistics", "Education", "L", "Theory and practice of education", "LB5-3640" ], "datestamp": "2026-07-30T19:24:05Z", "languages": [ "EN" ], "publisher": "Asociación Colombiana de Profesores de Ingles", "relations": [ "https://howjournalcolombia.org/index.php/how/about/", "http://howjournalcolombia.org/index.php/how/about/submissions#authorGuidelines", "http://www.howjournalcolombia.org" ], "identifier": "oai:doaj.org/journal:d6b0fb3427f84c4085c7d3f08839bb9a", "description": null, "identifiers": [ "0120-5927", "https://doaj.org/toc/0120-5927" ] }, { "doi": null, "url": "https://doaj.org/toc/2590-9452", "date": "2017-11-28T17:34:16Z", "sets": [ "TENDOk1lZGljYWwgcGhpbG9zb3BoeS4gTWVkaWNhbCBldGhpY3M~", "TENDOkV0aGljcw~~" ], "type": "journal", "issns": [ "2590-9452", "1900-6896" ], "title": "Revista Colombiana de Bioética", "rights": [ "CC BY-NC-ND" ], "deleted": false, "recordId": "aca4b22eda0a493b8b6bec60d5aadfc1", "subjects": [ "bioethics", "medicine ethics", "Medical philosophy. Medical ethics", "R723-726", "Ethics", "BJ1-1725" ], "datestamp": "2026-07-30T19:12:57Z", "languages": [ "ES" ], "publisher": "Universidad El Bosque", "relations": [ "https://revistas.unbosque.edu.co/index.php/RCB/guidelines", "https://revistas.unbosque.edu.co/index.php/RCB/about", "https://revistas.unbosque.edu.co/index.php/RCB/index" ], "identifier": "oai:doaj.org/journal:aca4b22eda0a493b8b6bec60d5aadfc1", "description": null, "identifiers": [ "2590-9452", "1900-6896", "https://doaj.org/toc/2590-9452" ] }, { "doi": null, "url": "https://doaj.org/toc/2316-9095", "date": "2020-06-08T15:19:46Z", "sets": [ "TENDOkdlb2xvZ3k~" ], "type": "journal", "issns": [ "2316-9095", "1519-874X" ], "title": "Geologia USP. Série Científica", "rights": [ "CC BY-NC-SA" ], "deleted": false, "recordId": "c4f62bc181814f56bd973cd8a74ce644", "subjects": [ "general geology", "geochemistry", "environmental geology", "petrology", "isotope geology", "paleontology", "Geology", "QE1-996.5" ], "datestamp": "2026-07-30T18:36:55Z", "languages": [ "EN", "PT" ], "publisher": "Universidade de São Paulo", "relations": [ "http://www.revistas.usp.br/guspsc/about/submissions", "http://www.revistas.usp.br/guspsc", "http://www.revistas.usp.br/guspsc/about" ], "identifier": "oai:doaj.org/journal:c4f62bc181814f56bd973cd8a74ce644", "description": null, "identifiers": [ "2316-9095", "1519-874X", "https://doaj.org/toc/2316-9095" ] }, { "doi": null, "url": "https://doaj.org/toc/2410-7336", "date": "2015-11-04T09:37:12Z", "sets": [ "TENDOkluZHVzdHJpYWwgc2FmZXR5LiBJbmR1c3RyaWFsIGFjY2lkZW50IHByZXZlbnRpb24~" ], "type": "journal", "issns": [ "2410-7336", "2311-7249" ], "title": "Sučasnì Informacìjnì Tehnologìï u Sferì Bezpeki ta Oboroni", "rights": [ "CC BY-NC-ND" ], "deleted": false, "recordId": "915eea4caf0541e9ba47b7dfbf9ed089", "subjects": [ "automation", "computer-integrated technologies", "electronics", "electronic communications", "computer science", "information technology", "Industrial safety. Industrial accident prevention", "T55-55.3" ], "datestamp": "2026-07-30T15:19:10Z", "languages": [ "EN", "UK" ], "publisher": "Національний університет оборони України", "relations": [ "https://sit.nuou.org.ua/information/authors", "https://sit.nuou.org.ua/", "https://sit.nuou.org.ua/about" ], "identifier": "oai:doaj.org/journal:915eea4caf0541e9ba47b7dfbf9ed089", "description": null, "identifiers": [ "2410-7336", "2311-7249", "https://doaj.org/toc/2410-7336" ] }, { "doi": null, "url": "https://doaj.org/toc/2786-5258", "date": "2021-11-25T12:08:44Z", "sets": [ "TENDOkJpb2xvZ3kgKEdlbmVyYWwp" ], "type": "journal", "issns": [ "2786-5258", "2786-524X" ], "title": "Нотатки сучасної біології", "rights": [ "CC BY-NC" ], "deleted": false, "recordId": "d6844e73a4b94849a7a74d120308f22c", "subjects": [ "biology", "botany", "zoology", "physiology", "ecology", "biochemistry", "Biology (General)", "QH301-705.5" ], "datestamp": "2026-07-30T15:18:08Z", "languages": [ "RU", "EN", "UK" ], "publisher": "Lesya Ukrainka Volyn National University", "relations": [ "https://journalbio.vnu.edu.ua/index.php/bio/aims-and-scope", "https://journalbio.vnu.edu.ua/index.php/bio/about/submissions", "https://journalbio.vnu.edu.ua" ], "identifier": "oai:doaj.org/journal:d6844e73a4b94849a7a74d120308f22c", "description": null, "identifiers": [ "2786-5258", "2786-524X", "https://doaj.org/toc/2786-5258" ] }, { "doi": null, "url": "https://doaj.org/toc/2096-1456", "date": "2019-05-16T09:57:54Z", "sets": [ "TENDOk1lZGljaW5l" ], "type": "journal", "issns": [ "2096-1456" ], "title": "口腔疾病防治", "rights": [ "CC BY" ], "deleted": false, "recordId": "3f05e5a55308412bb70595c24a6c2fd8", "subjects": [ "prevention and treatment", "stomatological diseases", "Medicine", "R" ], "datestamp": "2026-07-30T15:12:06Z", "languages": [ "ZH" ], "publisher": "Editorial Department of Journal of Prevention and Treatment for Stomatological Diseases", "relations": [ "https://www.kqjbfz.com/EN/2096-1456/home.shtml", "https://www.kqjbfz.com/EN/column/column6.shtml", "https://www.kqjbfz.com/EN/column/column1.shtml" ], "identifier": "oai:doaj.org/journal:3f05e5a55308412bb70595c24a6c2fd8", "description": null, "identifiers": [ "2096-1456", "https://doaj.org/toc/2096-1456" ] }, { "doi": null, "url": "https://doaj.org/toc/1000-8578", "date": "2019-07-15T09:00:50Z", "sets": [ "TENDOk5lb3BsYXNtcy4gVHVtb3JzLiBPbmNvbG9neS4gSW5jbHVkaW5nIGNhbmNlciBhbmQgY2FyY2lub2dlbnM~" ], "type": "journal", "issns": [ "1000-8578" ], "title": "Zhongliu Fangzhi Yanjiu", "rights": [ "CC BY-NC" ], "deleted": false, "recordId": "50bcdbfae2de43f0bab9599b9bc87b0b", "subjects": [ "surgery", "chemotherapy", "radiotherapy", "epidemiology", "immunotherapy", "Neoplasms. Tumors. Oncology. Including cancer and carcinogens", "RC254-282" ], "datestamp": "2026-07-30T15:02:13Z", "languages": [ "ZH" ], "publisher": "Magazine House of Cancer Research on Prevention and Treatment", "relations": [ "https://www.zlfzyj.com/Instruction", "https://www.zlfzyj.com/", "https://www.zlfzyj.com/AboutJournal" ], "identifier": "oai:doaj.org/journal:50bcdbfae2de43f0bab9599b9bc87b0b", "description": null, "identifiers": [ "1000-8578", "https://doaj.org/toc/1000-8578" ] } ], "cursor": "eyJtIjogIm9haV9kYyJ9", "hasMore": true, "provider": "doaj", "nextCursor": "eyJtIjogIm9haV9kYyIsICJ1IjogIjIwMjYtMDctMzFUMDA6NDE6MzFaIiwgIm4iOiAzMDAsICJhIjogWyIyMDI2LTA3LTI0VDIzOjI5OjIzWiIsIDNdfQ==", "metadataPrefix": "oai_dc" } ``` --- ### Harvest Sets The OAI-PMH set list — every setSpec accepted by harvest-articles and harvest-journals. One shot: the upstream serves all sets without a cursor. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/harvest-sets` - **Cache TTL:** 300s **Parameters:** _No parameters._ **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/harvest-sets" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/harvest-sets", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/harvest-sets", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "count": 526, "items": [ { "name": "LCC:1789-", "term": "1789-", "scheme": "LCC", "setSpec": "TENDOjE3ODkt" }, { "name": "LCC:Academies and learned societies", "term": "Academies and learned societies", "scheme": "LCC", "setSpec": "TENDOkFjYWRlbWllcyBhbmQgbGVhcm5lZCBzb2NpZXRpZXM~" }, { "name": "LCC:Accounting. Bookkeeping", "term": "Accounting. Bookkeeping", "scheme": "LCC", "setSpec": "TENDOkFjY291bnRpbmcuIEJvb2trZWVwaW5n" }, { "name": "LCC:Acoustics in engineering. Acoustical engineering", "term": "Acoustics in engineering. Acoustical engineering", "scheme": "LCC", "setSpec": "TENDOkFjb3VzdGljcyBpbiBlbmdpbmVlcmluZy4gQWNvdXN0aWNhbCBlbmdpbmVlcmluZw~~" }, { "name": "LCC:Acoustics. Sound", "term": "Acoustics. Sound", "scheme": "LCC", "setSpec": "TENDOkFjb3VzdGljcy4gU291bmQ~" }, { "name": "LCC:Advertising", "term": "Advertising", "scheme": "LCC", "setSpec": "TENDOkFkdmVydGlzaW5n" }, { "name": "LCC:Aesthetics", "term": "Aesthetics", "scheme": "LCC", "setSpec": "TENDOkFlc3RoZXRpY3M~" }, { "name": "LCC:Aesthetics of cities. City planning and beautifying", "term": "Aesthetics of cities. City planning and beautifying", "scheme": "LCC", "setSpec": "TENDOkFlc3RoZXRpY3Mgb2YgY2l0aWVzLiBDaXR5IHBsYW5uaW5nIGFuZCBiZWF1dGlmeWluZw~~" } ], "provider": "doaj" } ``` --- ### Journal By Issn DOAJ journal lookup by ISSN — the issn: binding over search/journals, matches print and electronic ISSN alike. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/journal-by-issn/:issn` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `issn` | string | path | yes | Print or electronic ISSN, eight characters with an optional hyphen | **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/journal-by-issn/:issn" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/journal-by-issn/:issn", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/journal-by-issn/:issn", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "apc": { "max": [ { "price": 2477, "currency": "USD" } ], "url": "https://plos.org/publish/fees/", "hasApc": true }, "ref": { "journal": "https://journals.plos.org/plosone/", "aimsScope": "https://journals.plos.org/plosone/s/journal-information", "oaStatement": "https://journals.plos.org/plosone/s/journal-information#loc-open-access", "licenseTerms": "https://journals.plos.org/plosone/s/licenses-and-copyright", "authorInstructions": "https://journals.plos.org/plosone/s/submission-guidelines" }, "boai": true, "eissn": "1932-6203", "issns": [ "1932-6203" ], "pissn": null, "title": "PLoS ONE", "inDoaj": null, "ticked": true, "waiver": { "url": "https://www.plos.org/fee-assistance", "hasWaiver": true }, "oaStart": 2006, "keywords": [ "science", "medicine", "engineering", "social sciences", "multidisciplinary sciences", "humanities" ], "licenses": [ { "by": true, "nc": false, "nd": false, "sa": false, "url": "https://creativecommons.org/licenses/by/4.0/", "type": "CC BY" } ], "subjects": [ { "code": "R", "term": "Medicine", "scheme": "LCC" }, { "code": "Q", "term": "Science", "scheme": "LCC" } ], "copyright": { "url": "https://journals.plos.org/plosone/s/licenses-and-copyright", "authorRetains": true }, "createdAt": "2007-03-30T10:53:19Z", "editorial": { "boardUrl": "https://journals.plos.org/plosone/static/editorial-board", "reviewUrl": "https://journals.plos.org/plosone/s/editorial-and-peer-review-process", "reviewProcess": [ "Anonymous peer review" ] }, "journalId": "2fdf1470373343b7bd4f825179c685f5", "languages": [ "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "Public Library of Science (PLoS)", "country": "US" }, "updatedAt": "2026-02-24T15:59:14Z", "plagiarism": { "url": "https://journals.plos.org/plosone/s/ethical-publishing-practice#loc-plagiarism", "detection": true }, "institution": { "name": null, "country": null }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": "https://portal.issn.org/resource/ISSN/1932-6203", "services": [ "CLOCKSS", "PMC" ], "hasPreservation": true }, "depositPolicy": { "url": "https://openpolicyfinder.jisc.ac.uk/id/publication/17599", "services": [ "Open Policy Finder" ], "hasPolicy": true }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "https://journals.plos.org/plosone/article?id=10.1371%2Fjournal.pone.0146294" }, "lastFullReview": null, "alternativeTitle": "PLOS ONE", "lastManualUpdate": null, "publicationTimeWeeks": 29 } ``` --- ### Journal DOAJ journal record by id — open JSON API, no key, rung 1 (direct) per recon. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/journal/:journalId` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `journalId` | string | path | yes | DOAJ journal id, 32 hex characters | **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/journal/:journalId" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/journal/:journalId", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/journal/:journalId", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "apc": { "max": [ { "price": 2477, "currency": "USD" } ], "url": "https://plos.org/publish/fees/", "hasApc": true }, "ref": { "journal": "https://journals.plos.org/plosone/", "aimsScope": "https://journals.plos.org/plosone/s/journal-information", "oaStatement": "https://journals.plos.org/plosone/s/journal-information#loc-open-access", "licenseTerms": "https://journals.plos.org/plosone/s/licenses-and-copyright", "authorInstructions": "https://journals.plos.org/plosone/s/submission-guidelines" }, "boai": true, "eissn": "1932-6203", "issns": [ "1932-6203" ], "pissn": null, "title": "PLoS ONE", "inDoaj": true, "ticked": true, "waiver": { "url": "https://www.plos.org/fee-assistance", "hasWaiver": true }, "oaStart": 2006, "keywords": [ "science", "medicine", "engineering", "social sciences", "multidisciplinary sciences", "humanities" ], "licenses": [ { "by": true, "nc": false, "nd": false, "sa": false, "url": "https://creativecommons.org/licenses/by/4.0/", "type": "CC BY" } ], "subjects": [ { "code": "R", "term": "Medicine", "scheme": "LCC" }, { "code": "Q", "term": "Science", "scheme": "LCC" } ], "copyright": { "url": "https://journals.plos.org/plosone/s/licenses-and-copyright", "authorRetains": true }, "createdAt": "2007-03-30T10:53:19Z", "editorial": { "boardUrl": "https://journals.plos.org/plosone/static/editorial-board", "reviewUrl": "https://journals.plos.org/plosone/s/editorial-and-peer-review-process", "reviewProcess": [ "Anonymous peer review" ] }, "journalId": "2fdf1470373343b7bd4f825179c685f5", "languages": [ "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "Public Library of Science (PLoS)", "country": "US" }, "updatedAt": "2026-02-24T15:59:14Z", "plagiarism": { "url": "https://journals.plos.org/plosone/s/ethical-publishing-practice#loc-plagiarism", "detection": true }, "institution": { "name": null, "country": null }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": "https://portal.issn.org/resource/ISSN/1932-6203", "services": [ "CLOCKSS", "PMC" ], "hasPreservation": true }, "depositPolicy": { "url": "https://openpolicyfinder.jisc.ac.uk/id/publication/17599", "services": [ "Open Policy Finder" ], "hasPolicy": true }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "https://journals.plos.org/plosone/article?id=10.1371%2Fjournal.pone.0146294" }, "lastFullReview": null, "alternativeTitle": "PLOS ONE", "lastManualUpdate": "2026-02-24T15:59:14Z", "publicationTimeWeeks": 29 } ``` --- ### Journals By Country DOAJ journals by publisher country — the bibjson.publisher.country: binding over search/journals. The upstream stores ISO 3166-1 alpha-2 codes only. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/journals-by-country` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `country` | string | query | yes | ISO 3166-1 alpha-2 country code of the publisher | | `page` | number | query | no | Page number. Default 1 | | `limit` | number | query | no | Items per page. Default 10, max 100 | **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/journals-by-country?country=ID&page=1&limit=10" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/journals-by-country?country=ID&page=1&limit=10", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/journals-by-country?country=ID&page=1&limit=10", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 3, "items": [ { "apc": { "url": "https://jurnal.unej.ac.id/index.php/CERiMRE/charge", "hasApc": false }, "ref": { "journal": "https://jurnal.unej.ac.id/index.php/CERiMRE", "aimsScope": "https://jurnal.unej.ac.id/index.php/CERiMRE/aimsandscopes", "oaStatement": "https://jurnal.unej.ac.id/index.php/CERiMRE/openaccess", "licenseTerms": "https://jurnal.unej.ac.id/index.php/CERiMRE/openaccess", "authorInstructions": "https://jurnal.unej.ac.id/index.php/CERiMRE/information/authors" }, "boai": true, "eissn": "2747-173X", "issns": [ "2747-173X" ], "pissn": null, "title": "Computational and Experimental Research in Materials and Renewable Energy", "inDoaj": null, "ticked": true, "waiver": { "url": null, "hasWaiver": false }, "oaStart": 2018, "keywords": [ "renewable energy", "nuclear materials", "thermoelectric materials", "ptoelectronics materials" ], "licenses": [ { "by": true, "nc": false, "nd": false, "sa": true, "url": "https://creativecommons.org/licenses/by-sa/4.0/", "type": "CC BY-SA" } ], "subjects": [ { "code": "TJ807-830", "term": "Renewable energy sources", "scheme": "LCC" } ], "copyright": { "url": "https://jurnal.unej.ac.id/index.php/CERiMRE/copyright", "authorRetains": false }, "createdAt": "2022-04-18T05:11:41Z", "editorial": { "boardUrl": "https://jurnal.unej.ac.id/index.php/CERiMRE/about/editorialTeam", "reviewUrl": "https://jurnal.unej.ac.id/index.php/CERiMRE/reviewprocess", "reviewProcess": [ "Peer review" ] }, "journalId": "00087d1be705481c92efc11a6dc42b80", "languages": [ "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "Physics Department, Faculty of Mathematics and Natural Sciences University of Jember", "country": "ID" }, "updatedAt": "2026-01-15T10:34:08Z", "plagiarism": { "url": "https://jurnal.unej.ac.id/index.php/CERiMRE/sfp", "detection": true }, "institution": { "name": null, "country": null }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": null, "hasPreservation": false }, "depositPolicy": { "url": null, "hasPolicy": false }, "articleLicense": { "display": [ "No" ], "exampleUrl": null }, "lastFullReview": "2022-04-18", "alternativeTitle": "CERiMRE", "lastManualUpdate": null, "publicationTimeWeeks": 10 }, { "apc": { "url": "http://journal.um.ac.id/index.php/jptpp/about/submissions#authorGuidelines", "hasApc": false }, "ref": { "journal": "http://journal.um.ac.id/index.php/jptpp/", "aimsScope": "http://journal.um.ac.id/index.php/jptpp/about/editorialPolicies#focusAndScope", "oaStatement": "http://journal.um.ac.id/index.php/jptpp/about/editorialPolicies#openAccessPolicy", "licenseTerms": "http://journal.um.ac.id/index.php/jptpp/about/submissions#copyrightNotice", "authorInstructions": "http://journal.um.ac.id/index.php/jptpp/about/submissions#authorGuidelines" }, "boai": true, "eissn": "2502-471X", "issns": [ "2502-471X" ], "pissn": null, "title": "Jurnal Pendidikan: Teori, Penelitian, dan Pengembangan", "inDoaj": null, "ticked": true, "waiver": { "url": null, "hasWaiver": false }, "oaStart": 2016, "keywords": [ "education", "theory", "development" ], "licenses": [ { "by": true, "nc": false, "nd": false, "sa": true, "url": "https://creativecommons.org/licenses/by-sa/4.0/", "type": "CC BY-SA" } ], "subjects": [ { "code": "L", "term": "Education", "scheme": "LCC" }, { "code": "L7-991", "term": "Education (General)", "scheme": "LCC" } ], "copyright": { "url": "http://journal.um.ac.id/index.php/jptpp/about/submissions#copyrightNotice", "authorRetains": true }, "createdAt": "2017-04-13T16:53:44Z", "editorial": { "boardUrl": "http://journal.um.ac.id/index.php/jptpp/about/editorialTeam", "reviewUrl": "http://journal.um.ac.id/index.php/jptpp/about/editorialPolicies#peerReviewProcess", "reviewProcess": [ "Anonymous peer review" ] }, "journalId": "000e412540f3439ea5c661e38986710a", "languages": [ "ID", "EN" ], "pidScheme": { "hasPidScheme": false }, "publisher": { "name": "Pascasarjana Universitas Negeri Malang", "country": "ID" }, "updatedAt": "2026-01-15T10:34:31Z", "plagiarism": { "url": "http://journal.um.ac.id/index.php/jptpp/about/editorialPolicies#peerReviewProcess", "detection": true }, "institution": { "name": "Universitas Negeri Malang", "country": null }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": null, "hasPreservation": false }, "depositPolicy": { "url": null, "hasPolicy": false }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "http://journal.um.ac.id/index.php/jptpp/article/view/8368" }, "lastFullReview": "2024-09-06", "alternativeTitle": null, "lastManualUpdate": null, "publicationTimeWeeks": 4 }, { "apc": { "url": "https://crjim.ub.ac.id/index.php/crjim/about", "hasApc": false }, "ref": { "journal": "https://crjim.ub.ac.id/index.php/crjim/about", "aimsScope": "https://crjim.ub.ac.id/index.php/crjim/about", "oaStatement": "https://crjim.ub.ac.id/index.php/crjim/about", "licenseTerms": "https://crjim.ub.ac.id/index.php/crjim/about", "authorInstructions": "https://crjim.ub.ac.id/index.php/crjim/about/submissions" }, "boai": true, "eissn": "2723-5122", "issns": [ "2723-5130", "2723-5122" ], "pissn": "2723-5130", "title": "Clinical and Research Journal in Internal Medicine", "inDoaj": null, "ticked": true, "waiver": { "url": null, "hasWaiver": false }, "oaStart": 2020, "keywords": [ "internal medicine", "medical education", "internist", "case reports", "review article", "clinical research" ], "licenses": [ { "by": true, "nc": false, "nd": false, "sa": false, "url": "https://creativecommons.org/licenses/by/4.0/", "type": "CC BY" } ], "subjects": [ { "code": "R5-920", "term": "Medicine (General)", "scheme": "LCC" } ], "copyright": { "url": "https://crjim.ub.ac.id/index.php/crjim/about/submissions", "authorRetains": false }, "createdAt": "2023-02-13T15:33:25Z", "editorial": { "boardUrl": "https://crjim.ub.ac.id/index.php/crjim/about/editorialTeam", "reviewUrl": "https://crjim.ub.ac.id/index.php/crjim/about", "reviewProcess": [ "Peer review" ] }, "journalId": "0043218855474097973a8dd5f19997b5", "languages": [ "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "Universitas Brawijaya", "country": "ID" }, "updatedAt": "2026-01-15T10:34:08Z", "plagiarism": { "url": "https://crjim.ub.ac.id/index.php/crjim/about", "detection": true }, "institution": { "name": null, "country": null }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": null, "hasPreservation": false }, "depositPolicy": { "url": null, "hasPolicy": false }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "https://crjim.ub.ac.id/index.php/crjim/article/view/118/104" }, "lastFullReview": "2023-02-13", "alternativeTitle": "CRJIM", "lastManualUpdate": null, "publicationTimeWeeks": 5 } ], "limit": 3, "total": 2730, "country": "ID", "hasMore": true, "nextPage": 2, "provider": "doaj" } ``` --- ### Journals By Publisher DOAJ journals by publisher name — the bibjson.publisher.name: binding over search/journals. The name is phrase-matched, so it must be spelled as DOAJ has it. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/journals-by-publisher` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `publisher` | string | query | yes | Publisher name as DOAJ records it, matched as a phrase | | `page` | number | query | no | Page number. Default 1 | | `limit` | number | query | no | Items per page. Default 10, max 100 | **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/journals-by-publisher?publisher=Elsevier&page=1&limit=10" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/journals-by-publisher?publisher=Elsevier&page=1&limit=10", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/journals-by-publisher?publisher=Elsevier&page=1&limit=10", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 3, "items": [ { "apc": { "max": [ { "price": 770, "currency": "USD" } ], "url": "https://www.sciencedirect.com/science/journal/24682276/publish/open-access-options", "hasApc": true }, "ref": { "journal": "https://www.sciencedirect.com/journal/scientific-african", "aimsScope": "https://www.sciencedirect.com/journal/scientific-african/about/aims-and-scope", "oaStatement": "https://www.elsevier.com/journals/scientific-african/2468-2276/open-access-journal", "licenseTerms": "https://www.sciencedirect.com/science/journal/24682276/publish/open-access-options", "authorInstructions": "https://www.sciencedirect.com/journal/scientific-african/publish/guide-for-authors" }, "boai": true, "eissn": "2468-2276", "issns": [ "2468-2276" ], "pissn": null, "title": "Scientific African", "inDoaj": null, "ticked": true, "waiver": { "url": "https://www.elsevier.com/authors/open-access/choice#waivers", "hasWaiver": true }, "oaStart": 2018, "keywords": [ "africa", "science", "health", "environment", "engineering" ], "licenses": [ { "by": true, "nc": false, "nd": false, "sa": false, "url": "https://creativecommons.org/licenses/by/4.0/", "type": "CC BY" }, { "by": true, "nc": true, "nd": true, "sa": false, "url": "https://creativecommons.org/licenses/by-nc-nd/4.0/", "type": "CC BY-NC-ND" } ], "subjects": [ { "code": "Q", "term": "Science", "scheme": "LCC" } ], "copyright": { "url": "https://www.sciencedirect.com/science/journal/24682276/publish/open-access-options", "authorRetains": false }, "createdAt": "2018-12-31T14:59:13Z", "editorial": { "boardUrl": "https://www.sciencedirect.com/journal/scientific-african/about/editorial-board", "reviewUrl": "https://www.sciencedirect.com/journal/scientific-african/publish/guide-for-authors", "reviewProcess": [ "Anonymous peer review" ] }, "journalId": "00d6163fb43b4d8688f414d9727bd1fd", "languages": [ "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "Elsevier", "country": "NL" }, "updatedAt": "2026-04-27T14:33:15Z", "plagiarism": { "url": null, "detection": false }, "institution": { "name": "Next Einstein Forum (NEF)", "country": "RW" }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": "https://www.elsevier.com/about/policies-and-standards/digital-archive", "services": [ "CLOCKSS", "Portico" ], "hasPreservation": true }, "depositPolicy": { "url": null, "hasPolicy": false }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "https://www.sciencedirect.com/science/article/pii/S2468227618300176" }, "lastFullReview": "2026-04-27", "alternativeTitle": null, "lastManualUpdate": null, "publicationTimeWeeks": 21 }, { "apc": { "max": [ { "price": 1950, "currency": "USD" } ], "url": "https://www.sciencedirect.com/science/journal/21620989/publish/open-access-options", "hasApc": true }, "ref": { "journal": "https://www.sciencedirect.com/journal/asia-pacific-journal-of-ophthalmology", "aimsScope": "https://www.sciencedirect.com/journal/asia-pacific-journal-of-ophthalmology/about/aims-and-scope", "oaStatement": "https://www.sciencedirect.com/journal/asia-pacific-journal-of-ophthalmology/publish/open-access-options", "licenseTerms": "https://www.sciencedirect.com/science/journal/21620989/publish/open-access-options", "authorInstructions": "https://www.sciencedirect.com/journal/asia-pacific-journal-of-ophthalmology/publish/guide-for-authors" }, "boai": true, "eissn": "2162-0989", "issns": [ "2162-0989" ], "pissn": null, "title": "Asia-Pacific Journal of Ophthalmology", "inDoaj": null, "ticked": true, "waiver": { "url": "https://www.elsevier.com/authors/open-access/choice#waivers", "hasWaiver": true }, "oaStart": 2019, "keywords": [ "ophthalmology", "glaucoma", "cataract", "retina", "ocular oncology", "optometry" ], "licenses": [ { "by": true, "nc": false, "nd": false, "sa": false, "url": "https://creativecommons.org/licenses/by/4.0/", "type": "CC BY" }, { "by": true, "nc": true, "nd": true, "sa": false, "url": "https://creativecommons.org/licenses/by-nc-nd/4.0/", "type": "CC BY-NC-ND" } ], "subjects": [ { "code": "RE1-994", "term": "Ophthalmology", "scheme": "LCC" } ], "copyright": { "url": "https://www.sciencedirect.com/science/journal/21620989/publish/open-access-options", "authorRetains": false }, "createdAt": "2020-08-05T02:43:52Z", "editorial": { "boardUrl": "https://www.sciencedirect.com/journal/asia-pacific-journal-of-ophthalmology/about/editorial-board", "reviewUrl": "https://www.sciencedirect.com/journal/asia-pacific-journal-of-ophthalmology/publish/guide-for-authors", "reviewProcess": [ "Double anonymous peer review" ] }, "journalId": "012147c22adc4cdebd1edc2c51518dc0", "languages": [ "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "Elsevier", "country": "US" }, "updatedAt": "2026-04-27T14:13:23Z", "plagiarism": { "url": "https://www.sciencedirect.com/journal/asia-pacific-journal-of-ophthalmology/publish/guide-for-authors", "detection": true }, "institution": { "name": "Asia-Pacific Academy of Ophthalmology", "country": null }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": "https://www.elsevier.com/about/policies-and-standards/digital-archive", "services": [ "CLOCKSS", "Portico" ], "hasPreservation": true }, "depositPolicy": { "url": "https://openpolicyfinder.jisc.ac.uk/id/publication/22833", "services": [ "Open Policy Finder" ], "hasPolicy": true }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "https://www.sciencedirect.com/science/article/pii/S2162098923000026" }, "lastFullReview": "2026-04-27", "alternativeTitle": null, "lastManualUpdate": null, "publicationTimeWeeks": 21 }, { "apc": { "max": [ { "price": 2890, "currency": "EUR" }, { "price": 3090, "currency": "USD" } ], "url": "https://www.sciencedirect.com/journal/annals-of-intensive-care/publish/open-access-options", "hasApc": true }, "ref": { "journal": "https://www.sciencedirect.com/journal/annals-of-intensive-care", "aimsScope": "https://www.sciencedirect.com/journal/annals-of-intensive-care/about/aims-and-scope", "oaStatement": "https://www.sciencedirect.com/journal/annals-of-intensive-care/publish/open-access-options", "licenseTerms": "https://www.sciencedirect.com/journal/annals-of-intensive-care/publish/open-access-options", "authorInstructions": "https://www.sciencedirect.com/journal/annals-of-intensive-care/publish/guide-for-authors" }, "boai": true, "eissn": "2110-5820", "issns": [ "2110-5820" ], "pissn": null, "title": "Annals of Intensive Care", "inDoaj": null, "ticked": true, "waiver": { "url": "https://www.elsevier.com/researcher/author/open-access/choice#2-waivers", "hasWaiver": true }, "oaStart": 2011, "keywords": [ "critical care", "intensive care medicine" ], "licenses": [ { "by": true, "nc": false, "nd": false, "sa": false, "url": "https://creativecommons.org/licenses/by/4.0/", "type": "CC BY" }, { "by": true, "nc": true, "nd": true, "sa": false, "url": "https://creativecommons.org/licenses/by-nc-nd/4.0/", "type": "CC BY-NC-ND" } ], "subjects": [ { "code": "RC86-88.9", "term": "Medical emergencies. Critical care. Intensive care. First aid", "scheme": "LCC" } ], "copyright": { "url": "https://www.sciencedirect.com/journal/annals-of-intensive-care/publish/open-access-options", "authorRetains": false }, "createdAt": "2012-06-11T10:09:50Z", "editorial": { "boardUrl": "https://www.sciencedirect.com/journal/annals-of-intensive-care/about/editorial-board", "reviewUrl": "https://www.sciencedirect.com/journal/annals-of-intensive-care/publish/guide-for-authors", "reviewProcess": [ "Anonymous peer review" ] }, "journalId": "014850470c6045b497d64abad23a9ccb", "languages": [ "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "Elsevier", "country": "NL" }, "updatedAt": "2026-03-23T11:44:26Z", "plagiarism": { "url": "https://www.sciencedirect.com/journal/annals-of-intensive-care/publish/guide-for-authors", "detection": true }, "institution": { "name": "Societe de reanimation de langue francaise", "country": "FR" }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": "https://www.elsevier.com/about/policies-and-standards/digital-archive", "services": [ "CLOCKSS", "PMC", "Portico" ], "hasPreservation": true }, "depositPolicy": { "url": null, "hasPolicy": false }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "https://www.sciencedirect.com/science/article/pii/S2110582025020291" }, "lastFullReview": "2026-03-23", "alternativeTitle": null, "lastManualUpdate": null, "publicationTimeWeeks": 13 } ], "limit": 3, "total": 853, "hasMore": true, "nextPage": 2, "provider": "doaj", "publisher": "Elsevier" } ``` --- ### Journals By Subject DOAJ journals by subject term — the bibjson.subject.term: binding over search/journals. Terms are Library of Congress Classification headings. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/journals-by-subject` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `subject` | string | query | yes | Library of Congress subject term, matched as a phrase | | `page` | number | query | no | Page number. Default 1 | | `limit` | number | query | no | Items per page. Default 10, max 100 | **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/journals-by-subject?subject=Medicine&page=1&limit=10" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/journals-by-subject?subject=Medicine&page=1&limit=10", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/journals-by-subject?subject=Medicine&page=1&limit=10", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 3, "items": [ { "apc": { "url": "http://mlj.goums.ac.ir/page/12/About-the-Journal", "hasApc": false }, "ref": { "journal": "http://mlj.goums.ac.ir/index.php", "aimsScope": "http://mlj.goums.ac.ir/page/14/Aims--YW_AND-amp;-Scopes", "oaStatement": "http://mlj.goums.ac.ir/page/12/About-the-Journal", "licenseTerms": "http://mlj.goums.ac.ir/page/12/About-the-Journal", "authorInstructions": "http://mlj.goums.ac.ir/page/19/Instruction-to-Authors" }, "boai": true, "eissn": "2538-4449", "issns": [ "2538-4449" ], "pissn": null, "title": "Medical Laboratory Journal", "inDoaj": null, "ticked": true, "waiver": { "url": "http://mlj.goums.ac.ir/page/12/About-the-Journal", "hasWaiver": true }, "oaStart": 2007, "keywords": [ "medical laboratory", "clinical pathology", "parasitology", "hematology", "microbiology", "virology" ], "licenses": [ { "by": true, "nc": true, "nd": false, "sa": false, "url": "https://creativecommons.org/licenses/by-nc/4.0/", "type": "CC BY-NC" } ], "subjects": [ { "code": "R", "term": "Medicine", "scheme": "LCC" } ], "copyright": { "url": "http://mlj.goums.ac.ir/page/12/About-the-Journal", "authorRetains": true }, "createdAt": "2021-06-25T09:58:25Z", "editorial": { "boardUrl": "http://mlj.goums.ac.ir/page/13/Editorial-Board", "reviewUrl": "http://mlj.goums.ac.ir/page/12/About-the-Journal", "reviewProcess": [ "Double anonymous peer review" ] }, "journalId": "00023bea7c1444e9aa224df27beff895", "languages": [ "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "Golestan University of Medical Sciences", "country": "IR" }, "updatedAt": "2026-01-15T10:33:19Z", "plagiarism": { "url": "http://mlj.goums.ac.ir/content/48/Plagiarism", "detection": true }, "institution": { "name": null, "country": null }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": null, "hasPreservation": false }, "depositPolicy": { "url": null, "hasPolicy": false }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "http://mlj.goums.ac.ir/article-1-1284-en.pdf" }, "lastFullReview": "2022-03-01", "alternativeTitle": null, "lastManualUpdate": null, "publicationTimeWeeks": 4 }, { "apc": { "url": "https://crjim.ub.ac.id/index.php/crjim/about", "hasApc": false }, "ref": { "journal": "https://crjim.ub.ac.id/index.php/crjim/about", "aimsScope": "https://crjim.ub.ac.id/index.php/crjim/about", "oaStatement": "https://crjim.ub.ac.id/index.php/crjim/about", "licenseTerms": "https://crjim.ub.ac.id/index.php/crjim/about", "authorInstructions": "https://crjim.ub.ac.id/index.php/crjim/about/submissions" }, "boai": true, "eissn": "2723-5122", "issns": [ "2723-5130", "2723-5122" ], "pissn": "2723-5130", "title": "Clinical and Research Journal in Internal Medicine", "inDoaj": null, "ticked": true, "waiver": { "url": null, "hasWaiver": false }, "oaStart": 2020, "keywords": [ "internal medicine", "medical education", "internist", "case reports", "review article", "clinical research" ], "licenses": [ { "by": true, "nc": false, "nd": false, "sa": false, "url": "https://creativecommons.org/licenses/by/4.0/", "type": "CC BY" } ], "subjects": [ { "code": "R5-920", "term": "Medicine (General)", "scheme": "LCC" } ], "copyright": { "url": "https://crjim.ub.ac.id/index.php/crjim/about/submissions", "authorRetains": false }, "createdAt": "2023-02-13T15:33:25Z", "editorial": { "boardUrl": "https://crjim.ub.ac.id/index.php/crjim/about/editorialTeam", "reviewUrl": "https://crjim.ub.ac.id/index.php/crjim/about", "reviewProcess": [ "Peer review" ] }, "journalId": "0043218855474097973a8dd5f19997b5", "languages": [ "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "Universitas Brawijaya", "country": "ID" }, "updatedAt": "2026-01-15T10:34:08Z", "plagiarism": { "url": "https://crjim.ub.ac.id/index.php/crjim/about", "detection": true }, "institution": { "name": null, "country": null }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": null, "hasPreservation": false }, "depositPolicy": { "url": null, "hasPolicy": false }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "https://crjim.ub.ac.id/index.php/crjim/article/view/118/104" }, "lastFullReview": "2023-02-13", "alternativeTitle": "CRJIM", "lastManualUpdate": null, "publicationTimeWeeks": 5 }, { "apc": { "url": "https://www.russianradiology.ru/jour/about/editorialPolicies#custom-4", "hasApc": false }, "ref": { "journal": "https://www.russianradiology.ru/", "aimsScope": "https://www.russianradiology.ru/jour/about/editorialPolicies#focusAndScope", "oaStatement": "https://www.russianradiology.ru/jour/about/editorialPolicies#openAccessPolicy", "licenseTerms": "https://www.russianradiology.ru/jour/about/submissions#copyrightNotice", "authorInstructions": "https://www.russianradiology.ru/jour/about/submissions#authorGuidelines" }, "boai": true, "eissn": "2619-0478", "issns": [ "0042-4676", "2619-0478" ], "pissn": "0042-4676", "title": "Вестник рентгенологии и радиологии", "inDoaj": null, "ticked": true, "waiver": { "url": null, "hasWaiver": false }, "oaStart": 2014, "keywords": [ "radiology", "imaging", "ct", "mri", "x ray", "contrast agent" ], "licenses": [ { "by": true, "nc": true, "nd": false, "sa": false, "url": "https://creativecommons.org/licenses/by-nc/4.0/", "type": "CC BY-NC" } ], "subjects": [ { "code": "R895-920", "term": "Medical physics. Medical radiology. Nuclear medicine", "scheme": "LCC" } ], "copyright": { "url": "https://www.russianradiology.ru/jour/about/submissions#copyrightNotice", "authorRetains": false }, "createdAt": "2020-08-26T16:05:15Z", "editorial": { "boardUrl": "https://www.russianradiology.ru/jour/pages/view/EditorialC", "reviewUrl": "https://www.russianradiology.ru/jour/about/editorialPolicies#custom-0", "reviewProcess": [ "Double anonymous peer review" ] }, "journalId": "004e135fffee4ef693ae38dc14193b3f", "languages": [ "RU", "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "Luchevaya Diagnostika, LLC", "country": "RU" }, "updatedAt": "2026-01-15T10:33:20Z", "plagiarism": { "url": "https://www.russianradiology.ru/jour/about/editorialPolicies#custom-6", "detection": true }, "institution": { "name": "Russian Society of Radiology", "country": "RU" }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": "https://www.russianradiology.ru/jour/about/editorialPolicies#archiving", "hasPreservation": true }, "depositPolicy": { "url": "https://www.russianradiology.ru/jour/about/editorialPolicies#custom-7", "services": [ "Preprint and postprint Policy" ], "hasPolicy": true }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "https://www.russianradiology.ru/jour/article/view/562/330" }, "lastFullReview": "2023-03-19", "alternativeTitle": "Journal of Radiology and Nuclear Medicine", "lastManualUpdate": null, "publicationTimeWeeks": 36 } ], "limit": 3, "total": 2658, "hasMore": true, "subject": "Medicine", "nextPage": 2, "provider": "doaj" } ``` --- ### Search Articles DOAJ article search — open JSON API, no key, rung 1 (direct) per recon. Upstream caps (page × pageSize) at 1000 and says so in a 400; harvest-articles is the documented way past it. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/search-articles` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | Search terms. Supports field scoping such as doi:, bibjson.title:, bibjson.author.name:, bibjson.journal.country: | | `page` | number | query | no | Page number. Default 1 | | `limit` | number | query | no | Items per page. Default 10, max 100 | | `sort` | enum(relevance|createdAt|updatedAt|title|year) | query | no | Sort field. Default relevance | | `order` | enum(asc|desc) | query | no | Sort direction. Default desc | **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/search-articles?query=malaria&page=1&limit=10&sort=relevance&order=desc" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/search-articles?query=malaria&page=1&limit=10&sort=relevance&order=desc", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/search-articles?query=malaria&page=1&limit=10&sort=relevance&order=desc", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 3, "items": [ { "doi": "10.3390/idr12030022", "year": 2020, "links": [ { "url": "https://www.mdpi.com/2036-7449/12/3/22", "type": "fulltext", "contentType": "text/html" } ], "month": 12, "title": "Spontaneous Pathologic Splenic Rupture in a Patient with Plasmodium falciparum Infection, First Case Reported in Israel", "authors": [ { "name": "Yves Weinberg", "orcid": null, "affiliation": "Internal Medicine B Department, Barzilai University Medical Center, Ashkelon 7830604, Israel" }, { "name": "Arie Feldman", "orcid": null, "affiliation": "Internal Medicine B Department, Barzilai University Medical Center, Ashkelon 7830604, Israel" }, { "name": "Daniel J. Jakobson", "orcid": null, "affiliation": "Faculty of Health Sciences, Ben-Gurion University of the Negev, Beer-Sheba 8410501, Israel" }, { "name": "Joseph Mishal", "orcid": null, "affiliation": "Internal Medicine B Department, Barzilai University Medical Center, Ashkelon 7830604, Israel" } ], "endPage": "126", "journal": { "issns": [ "2036-7430", "2036-7449" ], "title": "Infectious Disease Reports", "number": "3", "volume": "12", "country": "CH", "language": [ "EN" ], "publisher": "MDPI AG" }, "abstract": "Travelers exposed to malaria may develop severe disease and complications. A less well-known complication is spontaneous pathologic splenic rupture, which is still under-reported and has never been reported in Israel. In this paper, we report a 23 years old healthy young man presenting in the emergency department, two weeks after coming back from Sierra Leone, with intermittent fever, mild tachycardia and mild left upper quadrant abdominal pain. The patient was diagnosed with Plasmodium falciparum infection and developed rapidly after hospital admission spleen rupture. He was managed conservatively at first but ultimately underwent splenectomy after being hemodynamically unstable. In the recovery period, the patient developed acute respiratory distress syndrome and was reintubated. A high level of suspicion is recommended in every malaria patient presenting with left upper quadrant abdominal pain, even if minimal. Ultrasonography availability in the internal medicine department may be a critical diagnostic tool, especially in non-endemic areas.", "keywords": [ "malaria", "spleen rupture", "Plasmodium falciparum" ], "subjects": [ { "code": "RZ201-999", "term": "Other systems of medicine", "scheme": "LCC" } ], "articleId": "0000adb953d74750b348800878889098", "createdAt": "2020-12-09T00:02:48Z", "startPage": "121", "updatedAt": "2025-08-19T23:11:04Z", "identifiers": [ { "id": "10.3390/idr12030022", "type": "doi" }, { "id": "2036-7449", "type": "eissn" } ] }, { "doi": "10.1128/mSphere.00937-20", "year": 2020, "links": [ { "url": "https://journals.asm.org/doi/10.1128/mSphere.00937-20", "type": "fulltext", "contentType": null } ], "month": 10, "title": "Genetic Markers of Adaptation of Plasmodium falciparum to Transmission by American Vectors Identified in the Genomes of Parasites from Haiti and South America", "authors": [ { "name": "Massimiliano S. Tagliamonte", "orcid": null, "affiliation": "Department of Infectious Diseases and Immunology, College of Veterinary Medicine, University of Florida, Gainesville, Florida, USA" }, { "name": "Charles A. Yowell", "orcid": null, "affiliation": "Department of Infectious Diseases and Immunology, College of Veterinary Medicine, University of Florida, Gainesville, Florida, USA" }, { "name": "Maha A. Elbadry", "orcid": null, "affiliation": "Department of Environmental and Global Health, College of Public Health and Health Professions, University of Florida, Gainesville, Florida, USA" }, { "name": "Jacques Boncy", "orcid": null, "affiliation": "Laboratoire National de Santé Publique, Ministère de la Santé Publique et de la Population, Port-au-Prince, Haiti" }, { "name": "Christian P. Raccurt", "orcid": null, "affiliation": "Department of Tropical Medicine and Infectious Diseases, Faculty of Medicine, University of Quisqueya, Port-au-Prince, Haiti" }, { "name": "Bernard A. Okech", "orcid": null, "affiliation": "Department of Environmental and Global Health, College of Public Health and Health Professions, University of Florida, Gainesville, Florida, USA" }, { "name": "Erica M. Goss", "orcid": null, "affiliation": "Department of Plant Pathology, College of Agricultural and Life Sciences, University of Florida, Gainesville, Florida, USA" }, { "name": "Marco Salemi", "orcid": null, "affiliation": "Department of Pathology, Immunology, and Laboratory Medicine, College of Medicine, University of Florida, Gainesville, Florida, USA" } ], "endPage": null, "journal": { "issns": [ "2379-5042" ], "title": "mSphere", "number": "5", "volume": "5", "country": "US", "language": [ "EN" ], "publisher": "American Society for Microbiology" }, "abstract": "ABSTRACT The malaria parasite, Plasmodium falciparum, was introduced into Hispaniola and other regions of the Americas through the slave trade spanning the 16th through the 19th centuries. During this period, more than 12 million Africans were brought across the Atlantic to the Caribbean and other regions of the Americas. Since malaria is holoendemic in West Africa, a substantial percentage of these individuals carried the parasite. St. Domingue on Hispaniola, now modern-day Haiti, was a major port of disembarkation, and malaria is still actively transmitted there. We undertook a detailed study of the phylogenetics of the Haitian parasites and those from Colombia and Peru utilizing whole-genome sequencing. Principal-component and phylogenetic analyses, based upon single nucleotide polymorphisms (SNPs) in protein coding regions, indicate that, despite the potential for millions of introductions from Africa, the Haitian parasites share an ancestral relationship within a well-supported monophyletic clade with parasites from South America, while belonging to a distinct lineage. This result, in stark contrast to the historical record of parasite introductions, is best explained by a severe population bottleneck experienced by the parasites introduced into the Americas. Here, evidence is presented for targeted selection of rare African alleles in genes which are expressed in the mosquito stages of the parasite’s life cycle. These genetic markers support the hypothesis that the severe population bottleneck was caused by the required adaptation of the parasite to transmission by new definitive hosts among the Anopheles (Nyssorhynchus) spp. found in the Caribbean and South America. IMPORTANCE Historical data suggest that millions of P. falciparum parasite lineages were introduced into the Americas during the trans-Atlantic slave trade, which would suggest a paraphyletic origin of the extant isolates in the Western Hemisphere. Our analyses of whole-genome variants show that the American parasites belong to a well-supported monophyletic clade. We hypothesize that the required adaptation to American vectors created a severe bottleneck, reducing the effective introduction to a few lineages. In support of this hypothesis, we discovered genes expressed in the mosquito stages of the life cycle that have alleles with multiple, high-frequency or fixed, nonsynonymous mutations in the American populations which are rarely found in African isolates. These alleles appear to be in gene products critical for transmission through the anopheline vector. Thus, these results may inform efforts to develop novel transmission-blocking vaccines by identifying parasite proteins functionally interacting with the vector that are important for successful transmission. Further, to the best of our knowledge, these are the first whole-genome data available from Haitian P. falciparum isolates. Defining the genome of these parasites provides genetic markers useful for mapping parasite populations and monitoring parasite movements/introductions.", "keywords": [ "Haiti", "Plasmodium falciparum", "adaptive mutations", "evolutionary biology", "malaria", "phylogenetics" ], "subjects": [ { "code": "QR1-502", "term": "Microbiology", "scheme": "LCC" } ], "articleId": "0000e17190e246e6b2621356f3ffcae1", "createdAt": "2021-11-15T15:30:41Z", "startPage": null, "updatedAt": "2025-08-19T18:08:29Z", "identifiers": [ { "id": "10.1128/mSphere.00937-20", "type": "doi" }, { "id": "2379-5042", "type": "eissn" } ] }, { "doi": "10.4103/jfmpc.jfmpc_1169_19", "year": 2020, "links": [ { "url": "http://www.jfmpc.com/article.asp?issn=2249-4863;year=2020;volume=9;issue=5;spage=2420;epage=2425;aulast=Chowdhury", "type": "fulltext", "contentType": "html" } ], "month": null, "title": "A comparative study on knowledge and practice against malaria among Accredited Social Health Activists (ASHAs) of low and high endemic regions of Tripura, Northeast India", "authors": [ { "name": "Purvita Chowdhury", "orcid": null, "affiliation": null }, { "name": "Subrata Baidya", "orcid": null, "affiliation": null }, { "name": "Debosmita Paul", "orcid": null, "affiliation": null }, { "name": "Biraj Kalita", "orcid": null, "affiliation": null }, { "name": "Gunendra Saikia", "orcid": null, "affiliation": null }, { "name": "Sanjoy Karmakar", "orcid": null, "affiliation": null }, { "name": "Sanghita Paul", "orcid": null, "affiliation": null } ], "endPage": "2425", "journal": { "issns": [ "2249-4863", "2278-7135" ], "title": "Journal of Family Medicine and Primary Care", "number": "5", "volume": "9", "country": "IN", "language": [ "EN" ], "publisher": "Wolters Kluwer Medknow Publications" }, "abstract": "Introduction: This study was conducted to compare and evaluate the knowledge as well as the practice of community health volunteers, Accredited social health activists (ASHAs) in low and high malaria-endemic regions of Tripura, Northeast India. Materials and Methods: In this descriptive cross-sectional study, all ASHAs working in the randomly selected two blocks of each low and high malaria-endemic areas were included in the study. While ASHAs with less than 1-year experience were excluded from the study. The ASHAs were interviewed and information was gathered on knowledge and practice against malaria management. Chi-square test was used to identify differences in responses among the ASHAs. Results: Significant differences in knowledge of mixed malarial infection (P < 0.001) and early symptoms of malaria (P = 0.005) were observed when responses of high malaria-endemic ASHAs (HMEA) were compared to low endemic ASHAs (LMEA). With respect to malaria testing skills, 83.16% HMEA affirmed that they could perform Rapid diagnostic (RD) kit tests as opposed to 57.24% LMEA, (P < 0.001). Disturbingly only two HMEA could correctly describe the duration for Pf and Pv treatment. Conclusion: The study identifies major lacunae in the balance of knowledge and practices of ASHAs in both study areas of Tripura. Therefore,for a successful projected malaria elimination program, community-level ASHA volunteers need to have accurate malaria knowledge and management approaches irrespective of the endemicity. This study will help to understand the operational constraints and plan educational training for ASHA volunteers in malaria-endemic regions.", "keywords": [ "asha", "indigenous population", "knowledge and practice", "malaria endemic" ], "subjects": [ { "code": "R", "term": "Medicine", "scheme": "LCC" } ], "articleId": "0002038d8ae14f6b9835a3496862bf18", "createdAt": "2020-06-05T03:31:03Z", "startPage": "2420", "updatedAt": "2025-08-19T20:12:11Z", "identifiers": [ { "id": "2249-4863", "type": "pissn" }, { "id": "10.4103/jfmpc.jfmpc_1169_19", "type": "doi" } ] } ], "limit": 3, "query": "malaria", "total": 35766, "hasMore": true, "nextPage": 2, "provider": "doaj" } ``` --- ### Search Journals DOAJ journal search — open JSON API, no key, rung 1 (direct) per recon. Upstream caps (page × pageSize) at 1000 and says so in a 400; harvest-journals is the documented way past it. - **Method:** `GET` - **Endpoint:** `https://api.zpi.web.id/v1/research:doaj/search-journals` - **Cache TTL:** 300s **Parameters:** | Name | Type | Location | Required | Description | |------|------|----------|----------|-------------| | `query` | string | query | yes | Search terms. Supports field scoping such as issn:, bibjson.title:, bibjson.publisher.name:, bibjson.publisher.country:, bibjson.subject.term: | | `page` | number | query | no | Page number. Default 1 | | `limit` | number | query | no | Items per page. Default 10, max 100 | | `sort` | enum(relevance|createdAt|updatedAt|title) | query | no | Sort field. Default relevance | | `order` | enum(asc|desc) | query | no | Sort direction. Default desc | **cURL:** ```bash curl "https://api.zpi.web.id/v1/research:doaj/search-journals?query=open%20access%20medicine&page=1&limit=10&sort=relevance&order=desc" \ -H "x-api-key: YOUR_API_KEY" ``` **JavaScript / TypeScript:** ```javascript const res = await fetch("https://api.zpi.web.id/v1/research:doaj/search-journals?query=open%20access%20medicine&page=1&limit=10&sort=relevance&order=desc", { headers: { "x-api-key": process.env.ZAPI_KEY } }); const data = await res.json(); ``` **Python:** ```python import requests r = requests.get("https://api.zpi.web.id/v1/research:doaj/search-journals?query=open%20access%20medicine&page=1&limit=10&sort=relevance&order=desc", headers={"x-api-key": "YOUR_API_KEY"}) data = r.json() ``` **Example response:** ```json { "page": 1, "count": 3, "items": [ { "apc": { "url": "https://link.springer.com/journal/43046/how-to-publish-with-us#Fees%20and%20funding", "hasApc": false }, "ref": { "journal": "https://jenci.springeropen.com", "aimsScope": "https://jenci.springeropen.com/about", "oaStatement": "https://jenci.springeropen.com/about", "licenseTerms": "https://jenci.springeropen.com/submission-guidelines/copyright", "authorInstructions": "https://jenci.springeropen.com/submission-guidelines" }, "boai": true, "eissn": "2589-0409", "issns": [ "1110-0362", "2589-0409" ], "pissn": "1110-0362", "title": "Journal of the Egyptian National Cancer Institute", "inDoaj": null, "ticked": true, "waiver": { "url": null, "hasWaiver": false }, "oaStart": 2011, "keywords": [ "cancer", "chemotherapy", "neoplasia", "oncology" ], "licenses": [ { "by": true, "nc": false, "nd": false, "sa": false, "url": "https://creativecommons.org/licenses/by/4.0/", "type": "CC BY" }, { "by": true, "nc": true, "nd": true, "sa": false, "url": "https://creativecommons.org/licenses/by-nc-nd/4.0/", "type": "CC BY-NC-ND" } ], "subjects": [ { "code": "RC254-282", "term": "Neoplasms. Tumors. Oncology. Including cancer and carcinogens", "scheme": "LCC" } ], "copyright": { "url": "https://jenci.springeropen.com/submission-guidelines/copyright", "authorRetains": true }, "createdAt": "2016-05-10T11:36:34Z", "editorial": { "boardUrl": "https://jenci.springeropen.com/about/editorial-board", "reviewUrl": "https://jenci.springeropen.com/about", "reviewProcess": [ "Double anonymous peer review" ] }, "journalId": "008e9712ea7d4bd98104d89b5128953a", "languages": [ "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "SpringerOpen", "country": "GB" }, "updatedAt": "2026-03-17T11:38:31Z", "plagiarism": { "url": "https://www.springeropen.com/get-published/editorial-policies", "detection": true }, "institution": { "name": "Cairo University, National Cancer Institute", "country": null }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": "https://www.springeropen.com/get-published/indexing-archiving-and-access-to-data/journal-archiving", "services": [ "CLOCKSS", "Portico" ], "hasPreservation": true }, "depositPolicy": { "url": "https://openpolicyfinder.jisc.ac.uk/publication/20814?from=single_hit", "services": [ "Open Policy Finder" ], "hasPolicy": true }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "https://jenci.springeropen.com/articles/10.1186/s43046-019-0004-1#rightslink" }, "lastFullReview": "2026-03-17", "alternativeTitle": null, "lastManualUpdate": null, "publicationTimeWeeks": 11 }, { "apc": { "max": [ { "price": 2320, "currency": "GBP" }, { "price": 3150, "currency": "USD" }, { "price": 2850, "currency": "EUR" } ], "url": "https://www.cambridge.org/core/journals/european-psychiatry/information/author-instructions/fees-and-pricing", "hasApc": true }, "ref": { "journal": "https://www.cambridge.org/core/journals/european-psychiatry", "aimsScope": "https://www.cambridge.org/core/journals/european-psychiatry/information", "oaStatement": "https://www.cambridge.org/core/journals/european-psychiatry/information/open-access", "licenseTerms": "https://www.cambridge.org/core/journals/european-psychiatry/information/open-access", "authorInstructions": "https://www.cambridge.org/core/journals/european-psychiatry/information/instructions-contributors" }, "boai": true, "eissn": "1778-3585", "issns": [ "0924-9338", "1778-3585" ], "pissn": "0924-9338", "title": "European Psychiatry", "inDoaj": null, "ticked": true, "waiver": { "url": "https://www.cambridge.org/core/journals/european-psychiatry/information/journal-policies/open-access-options", "hasWaiver": true }, "oaStart": 2020, "keywords": [ "mental health", "psychiatry", "psychological medicine", "cognitive science", "behavioural science" ], "licenses": [ { "by": true, "nc": false, "nd": false, "sa": false, "url": "https://creativecommons.org/licenses/by/4.0/", "type": "CC BY" }, { "by": true, "nc": true, "nd": false, "sa": true, "url": "https://creativecommons.org/licenses/by-nc-sa/4.0/", "type": "CC BY-NC-SA" }, { "by": true, "nc": true, "nd": true, "sa": false, "url": "https://creativecommons.org/licenses/by-nc-nd/4.0/", "type": "CC BY-NC-ND" } ], "subjects": [ { "code": "RC435-571", "term": "Psychiatry", "scheme": "LCC" } ], "copyright": { "url": "https://www.cambridge.org/core/journals/european-psychiatry/information/author-instructions/publishing-agreement", "authorRetains": true }, "createdAt": "2020-05-04T11:02:25Z", "editorial": { "boardUrl": "https://www.cambridge.org/core/journals/european-psychiatry/information/editorial-board", "reviewUrl": "https://www.cambridge.org/core/journals/european-psychiatry/information/instructions-contributors", "reviewProcess": [ "Anonymous peer review" ] }, "journalId": "00c4bb2ee62f4cf985980c7dca852c55", "languages": [ "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "Cambridge University Press", "country": "GB" }, "updatedAt": "2026-03-17T11:55:07Z", "plagiarism": { "url": null, "detection": false }, "institution": { "name": "European Psychiatric Association", "country": null }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": "https://www.cambridge.org/core/journals/european-psychiatry/information/instructions-contributors#preservation", "services": [ "CLOCKSS", "Portico" ], "hasPreservation": true }, "depositPolicy": { "url": "https://openpolicyfinder.jisc.ac.uk/publication/13242", "services": [ "Open Policy Finder" ], "hasPolicy": true }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "https://www.cambridge.org/core/journals/european-psychiatry/article/neutrophiltolymphocyte-ratio-a-potential-new-peripheral-biomarker-of-suicidal-behavior/A469E4B3F99B3BB452C2AAD3C99C074C#fndtn-information" }, "lastFullReview": "2026-03-17", "alternativeTitle": null, "lastManualUpdate": null, "publicationTimeWeeks": 21 }, { "apc": { "url": "https://www.intcarper.com/article-processing-charges-apc", "hasApc": false }, "ref": { "journal": "https://www.intcarper.com/", "aimsScope": "https://www.intcarper.com/aims-and-scope", "oaStatement": "https://www.intcarper.com/open-access", "licenseTerms": "https://www.intcarper.com/copyright-and-licensing", "authorInstructions": "https://www.intcarper.com/instruction-to-authors" }, "boai": true, "eissn": "3062-3227", "issns": [ "3062-3227" ], "pissn": null, "title": "Interventional Cardiology Perspectives", "inDoaj": null, "ticked": true, "waiver": { "url": null, "hasWaiver": false }, "oaStart": 2025, "keywords": [ "cardiology", "cardiovascular medicine" ], "licenses": [ { "by": true, "nc": true, "nd": false, "sa": false, "url": "https://creativecommons.org/licenses/by-nc/4.0/", "type": "CC BY-NC" } ], "subjects": [ { "code": "RC666-701", "term": "Diseases of the circulatory (Cardiovascular) system", "scheme": "LCC" } ], "copyright": { "url": "https://www.intcarper.com/copyright-and-licensing", "authorRetains": false }, "createdAt": "2026-07-06T09:58:12Z", "editorial": { "boardUrl": "https://www.intcarper.com/editorial-board", "reviewUrl": "https://www.intcarper.com/peer-review-policy", "reviewProcess": [ "Double anonymous peer review" ] }, "journalId": "00e48985497d425a96469e4e16eae614", "languages": [ "EN" ], "pidScheme": { "schemes": [ "DOI" ], "hasPidScheme": true }, "publisher": { "name": "Galenos Publishing House", "country": "TR" }, "updatedAt": "2026-07-06T09:58:12Z", "plagiarism": { "url": "https://www.intcarper.com/ethical-misconduct", "detection": true }, "institution": { "name": "Society of Cardiovascular Interventions", "country": "TR" }, "otherCharges": { "url": null, "hasOtherCharges": false }, "preservation": { "url": "https://www.intcarper.com/archiving-and-preservation", "services": [ "web archive" ], "hasPreservation": true }, "depositPolicy": { "url": null, "hasPolicy": false }, "articleLicense": { "display": [ "Embed" ], "exampleUrl": "https://www.intcarper.com/pdf/4458d962-0fb2-48a3-a23a-e35265f70f9b/articles/intercardiopers.2025.2025-9-5/87-97.pdf" }, "lastFullReview": null, "alternativeTitle": null, "lastManualUpdate": null, "publicationTimeWeeks": 17 } ], "limit": 3, "query": "open access medicine", "total": 1780, "hasMore": true, "nextPage": 2, "provider": "doaj" } ``` --- _Generated: 2026-08-30T05:05:33.702Z_