Writerside_libraries Help

Article Page

This will document all the elements of the article screen.

1. Screen header

The information required for the screen text and the header image can be retrieved so:

Homepage header
curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/posts/{id}' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
{ "id": 19483, "date": "2025-07-18T10:52:57", "date_gmt": "2025-07-18T09:52:57", "guid": { "rendered": "https://maforum.ippf.org/?p=19483" }, "modified": "2025-07-28T13:44:20", "modified_gmt": "2025-07-28T12:44:20", "slug": "ippf-at-the-4th-international-conference-on-financing-for-development-ffd4", "status": "publish", "type": "post", "link": "https://maforum.ippf.org/2025/07/18/ippf-at-the-4th-international-conference-on-financing-for-development-ffd4/", "title": { "rendered": "IPPF at the 4th International Conference on Financing for Development (FfD4)" }, "content": { "rendered": "\n<p>Read IPPF Report below: </p>\n\n\n\n<div data-wp-interactive=\"core/file\" class=\"wp-block-file\"><object data-wp-bind--hidden=\"!state.hasPdfPreview\" hidden class=\"wp-block-file__embed\" data=\"https://maforum.ippf.org/wp-content/uploads/2025/07/REPORT-IPPF-AT-FFD4-EN.pdf\" type=\"application/pdf\" style=\"width:100%;height:600px\" aria-label=\"Embed of REPORT IPPF AT FFD4 (EN).\"></object><a id=\"wp-block-file--media-49e05132-bd0b-4db1-93d3-177065ac3896\" href=\"https://maforum.ippf.org/wp-content/uploads/2025/07/REPORT-IPPF-AT-FFD4-EN.pdf\">REPORT IPPF AT FFD4 (EN)</a><a href=\"https://maforum.ippf.org/wp-content/uploads/2025/07/REPORT-IPPF-AT-FFD4-EN.pdf\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-49e05132-bd0b-4db1-93d3-177065ac3896\">Download</a></div>\n", "protected": false }, "excerpt": { "rendered": "<p>Read IPPF Report below:</p>\n", "protected": false }, "author": 4, "featured_media": 19484, "comment_status": "closed", "ping_status": "closed", "sticky": false, "template": "", "format": "standard", "meta": { "_acf_changed": false, "inline_featured_image": false, "footnotes": "" }, "categories": [ 1 ], "tags": [ 626, 622 ], "regions": [], "class_list": [ "post-19483", "post", "type-post", "status-publish", "format-standard", "has-post-thumbnail", "hentry", "category-uncategorized", "tag-advocacy", "tag-icfp2025" ], "acf": { "attachment": false, "display_on_home": true, "featured": true, "spotlight": true }, "lang": "en", "translations": { "en": 19483, "es": 19496, "fr": 19490, "ar": 19502 }, "fimg_url": "https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142.png", "pll_sync_post": [], "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/posts/19483", "targetHints": { "allow": [ "GET", "POST", "PUT", "PATCH", "DELETE" ] } } ], "collection": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/posts" } ], "about": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/types/post" } ], "author": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/users/4" } ], "replies": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/comments?post=19483" } ], "version-history": [ { "count": 1, "href": "https://maforum.ippf.org/wp-json/wp/v2/posts/19483/revisions" } ], "predecessor-version": [ { "id": 19486, "href": "https://maforum.ippf.org/wp-json/wp/v2/posts/19483/revisions/19486" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/media/19484" } ], "wp:attachment": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media?parent=19483" } ], "wp:term": [ { "taxonomy": "category", "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/categories?post=19483" }, { "taxonomy": "post_tag", "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/tags?post=19483" }, { "taxonomy": "regions", "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/regions?post=19483" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }
Title

Ex. "Empowering ..." - title->rendered

Date

date_gmt

Image

fimg_url

2. Content

The information required for this section can be retrieved from the general article query. Use column content->rendered

Content

3. Attachments

The information required for this section can be retrieved from the general article query. Use column _links->wp:attachment->href. Loop through the array and use the href to make a new API call with authorization to get the details of the attachment.

Attachments
curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/media?parent=19483' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
[ { "id": 19485, "date": "2025-07-18T10:52:46", "date_gmt": "2025-07-18T09:52:46", "guid": { "rendered": "https://maforum.ippf.org/wp-content/uploads/2025/07/REPORT-IPPF-AT-FFD4-EN.pdf" }, "modified": "2025-07-18T10:52:46", "modified_gmt": "2025-07-18T09:52:46", "slug": "report-ippf-at-ffd4-en", "status": "inherit", "type": "attachment", "link": "https://maforum.ippf.org/2025/07/18/ippf-at-the-4th-international-conference-on-financing-for-development-ffd4/report-ippf-at-ffd4-en/", "title": { "rendered": "REPORT IPPF AT FFD4 (EN)" }, "author": 4, "featured_media": 0, "comment_status": "", "ping_status": "closed", "template": "", "meta": { "_acf_changed": false, "inline_featured_image": false }, "class_list": [ "post-19485", "attachment", "type-attachment", "status-inherit", "hentry" ], "acf": [], "lang": "en", "translations": { "en": 19485, "es": 19495, "fr": 19488, "ar": 19500 }, "pll_sync_post": [], "description": { "rendered": "<p class=\"attachment\"><a href='https://maforum.ippf.org/wp-content/uploads/2025/07/REPORT-IPPF-AT-FFD4-EN.pdf'>REPORT IPPF AT FFD4 (EN)</a></p>\n" }, "caption": { "rendered": "<p>REPORT IPPF AT FFD4 (EN)</p>\n" }, "alt_text": "", "media_type": "file", "mime_type": "application/pdf", "media_details": { "filesize": 4566295, "sizes": {} }, "post": 19483, "source_url": "https://maforum.ippf.org/wp-content/uploads/2025/07/REPORT-IPPF-AT-FFD4-EN.pdf", "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media/19485", "targetHints": { "allow": [ "GET", "POST", "PUT", "PATCH", "DELETE" ] } } ], "collection": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media" } ], "about": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/types/attachment" } ], "author": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/users/4" } ], "replies": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/comments?post=19485" } ] } }, { "id": 19484, "date": "2025-07-18T10:51:54", "date_gmt": "2025-07-18T09:51:54", "guid": { "rendered": "https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142.png" }, "modified": "2025-07-18T10:51:54", "modified_gmt": "2025-07-18T09:51:54", "slug": "screenshot-2025-07-18-115142", "status": "inherit", "type": "attachment", "link": "https://maforum.ippf.org/2025/07/18/ippf-at-the-4th-international-conference-on-financing-for-development-ffd4/screenshot-2025-07-18-115142/", "title": { "rendered": "Screenshot 2025-07-18 115142" }, "author": 4, "featured_media": 0, "comment_status": "", "ping_status": "closed", "template": "", "meta": { "_acf_changed": false, "inline_featured_image": false }, "class_list": [ "post-19484", "attachment", "type-attachment", "status-inherit", "hentry" ], "acf": [], "lang": "en", "translations": { "en": 19484, "es": 19494, "fr": 19489, "ar": 19501 }, "pll_sync_post": [], "description": { "rendered": "<p class=\"attachment\"><a href='https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142.png'><img decoding=\"async\" width=\"300\" height=\"164\" src=\"https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142-300x164.png\" class=\"attachment-medium size-medium\" alt=\"\" srcset=\"https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142-300x164.png 300w, https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142-768x419.png 768w, https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142.png 784w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></a></p>\n" }, "caption": { "rendered": "" }, "alt_text": "", "media_type": "image", "mime_type": "image/png", "media_details": { "width": 784, "height": 428, "file": "2025/07/Screenshot-2025-07-18-115142.png", "filesize": 89519, "sizes": { "medium": { "file": "Screenshot-2025-07-18-115142-300x164.png", "width": 300, "height": 164, "filesize": 6965, "mime_type": "image/png", "source_url": "https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142-300x164.png" }, "thumbnail": { "file": "Screenshot-2025-07-18-115142-150x150.png", "width": 150, "height": 150, "filesize": 6030, "mime_type": "image/png", "source_url": "https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142-150x150.png" }, "medium_large": { "file": "Screenshot-2025-07-18-115142-768x419.png", "width": 768, "height": 419, "filesize": 28581, "mime_type": "image/png", "source_url": "https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142-768x419.png" }, "medium-thumb-size": { "file": "Screenshot-2025-07-18-115142-500x428.png", "width": 500, "height": 428, "filesize": 27444, "mime_type": "image/png", "source_url": "https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142-500x428.png" }, "full": { "file": "Screenshot-2025-07-18-115142.png", "width": 784, "height": 428, "mime_type": "image/png", "source_url": "https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142.png" } }, "image_meta": { "aperture": "0", "credit": "", "camera": "", "caption": "", "created_timestamp": "0", "copyright": "", "focal_length": "0", "iso": "0", "shutter_speed": "0", "title": "", "orientation": "0", "keywords": [] } }, "post": 19483, "source_url": "https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142.png", "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media/19484", "targetHints": { "allow": [ "GET", "POST", "PUT", "PATCH", "DELETE" ] } } ], "collection": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media" } ], "about": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/types/attachment" } ], "author": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/users/4" } ], "replies": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/comments?post=19484" } ] } } ]
Title

Ex. "REPORT IPPF AT FFD4 (EN)" - title->rendered.

File URL

source_url

Other file information fields

media_type, mime_type, media_details->filesize

4. Keywords

Use the main article request and get the tags array. It will list an array of ids. To get tag details, use:

Keywords
curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/tags/626' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
{ "id": 626, "count": 2, "description": "", "link": "https://maforum.ippf.org/tag/advocacy/", "name": "Advocacy", "slug": "advocacy", "taxonomy": "post_tag", "meta": [], "lang": "en", "translations": { "en": 626 }, "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/tags/626", "targetHints": { "allow": [ "GET", "POST", "PUT", "PATCH", "DELETE" ] } } ], "collection": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/tags" } ], "about": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/taxonomies/post_tag" } ], "wp:post_type": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/posts?tags=626" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } }
Title

name.

5. Latest news

The information required for this section can be retrieved so:

MA Resources
curl -X GET 'https://maforum.ippf.org/wp-json/wp/v2/posts?per_page=10&lang=en&type=post&orderby=date&order=desc&display_on_home=1' \ --header 'x-connect-allow: string' \ --header 'Authorization: Bearer token'
[ { "id": 19483, "date": "2025-07-18T10:52:57", "date_gmt": "2025-07-18T09:52:57", "guid": { "rendered": "https://maforum.ippf.org/?p=19483" }, "modified": "2025-07-18T10:52:59", "modified_gmt": "2025-07-18T09:52:59", "slug": "ippf-at-the-4th-international-conference-on-financing-for-development-ffd4", "status": "publish", "type": "post", "link": "https://maforum.ippf.org/2025/07/18/ippf-at-the-4th-international-conference-on-financing-for-development-ffd4/", "title": { "rendered": "IPPF at the 4th International Conference on Financing for Development (FfD4)" }, "content": { "rendered": "\n<p>Read IPPF Report below: </p>\n\n\n\n<div data-wp-interactive=\"core/file\" class=\"wp-block-file\"><object data-wp-bind--hidden=\"!state.hasPdfPreview\" hidden class=\"wp-block-file__embed\" data=\"https://maforum.ippf.org/wp-content/uploads/2025/07/REPORT-IPPF-AT-FFD4-EN.pdf\" type=\"application/pdf\" style=\"width:100%;height:600px\" aria-label=\"Embed of REPORT IPPF AT FFD4 (EN).\"></object><a id=\"wp-block-file--media-49e05132-bd0b-4db1-93d3-177065ac3896\" href=\"https://maforum.ippf.org/wp-content/uploads/2025/07/REPORT-IPPF-AT-FFD4-EN.pdf\">REPORT IPPF AT FFD4 (EN)</a><a href=\"https://maforum.ippf.org/wp-content/uploads/2025/07/REPORT-IPPF-AT-FFD4-EN.pdf\" class=\"wp-block-file__button wp-element-button\" download aria-describedby=\"wp-block-file--media-49e05132-bd0b-4db1-93d3-177065ac3896\">Download</a></div>\n", "protected": false }, "excerpt": { "rendered": "<p>Read IPPF Report below:</p>\n", "protected": false }, "author": 4, "featured_media": 19484, "comment_status": "closed", "ping_status": "closed", "sticky": false, "template": "", "format": "standard", "meta": { "_acf_changed": false, "inline_featured_image": false, "footnotes": "" }, "categories": [ 1 ], "tags": [], "regions": [], "class_list": [ "post-19483", "post", "type-post", "status-publish", "format-standard", "has-post-thumbnail", "hentry", "category-uncategorized" ], "acf": { "attachment": false, "display_on_home": true, "featured": true, "spotlight": true }, "lang": "en", "translations": { "en": 19483, "es": 19496, "fr": 19490, "ar": 19502 }, "fimg_url": "https://maforum.ippf.org/wp-content/uploads/2025/07/Screenshot-2025-07-18-115142.png", "pll_sync_post": [], "_links": { "self": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/posts/19483", "targetHints": { "allow": [ "GET", "POST", "PUT", "PATCH", "DELETE" ] } } ], "collection": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/posts" } ], "about": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/types/post" } ], "author": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/users/4" } ], "replies": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/comments?post=19483" } ], "version-history": [ { "count": 1, "href": "https://maforum.ippf.org/wp-json/wp/v2/posts/19483/revisions" } ], "predecessor-version": [ { "id": 19486, "href": "https://maforum.ippf.org/wp-json/wp/v2/posts/19483/revisions/19486" } ], "wp:featuredmedia": [ { "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/media/19484" } ], "wp:attachment": [ { "href": "https://maforum.ippf.org/wp-json/wp/v2/media?parent=19483" } ], "wp:term": [ { "taxonomy": "category", "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/categories?post=19483" }, { "taxonomy": "post_tag", "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/tags?post=19483" }, { "taxonomy": "regions", "embeddable": true, "href": "https://maforum.ippf.org/wp-json/wp/v2/regions?post=19483" } ], "curies": [ { "name": "wp", "href": "https://api.w.org/{rel}", "templated": true } ] } } ]
Title

Ex. "Hostilities ..." - title->rendered.

Date

Ex. "4/11/2023" - date_gmt

Image

fimg_url

Button text
  • EN: Read more

  • ES: Seguir leyendo

  • FR: Lire la suite

  • AR: قراءة المزيد

19 August 2025