MeSH 2024 Update - Update All Fields Report
<b>(Includes MeSH 2023 changes)</b> The MeSH 2024 Update - Update (All Fields) Report lists each individual modification made to a Descriptor or Supplementary Concept Record (SCR). More than one field on a term can be modified during YEP, resulting in a term having multiple entries on the list. There are two filtered views available. <b>This report includes MeSH changes from previous years, starting from 2023.</b>
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datadiscovery-nlm-nih-gov/mesh-2024-update-update-all-fields-report-85gd-bw4a\".\"mesh_2024_update_update_all_fields_report\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.