Error : wrong param « type » : gospel
Tuesday, 9 June 2026green
✦ Today's Gospel ✦
The Word
📖Holy Gospel Reading
NAME
« Reader Evangelizo »
SYNOPSIS
http://feed.evangelizo.org/v2/reader.php [params...]
RETURN VALUE
The « Reader Evangelizo » script return a string with the content requested by "type" parameter
The returned string will be encoded as following :
UTF-8: for any param "lang"
DESCRIPTION
This manual page documents the « Reader Feed v2.0 » for EVANGELIZO.ORG.
With the « Reader Evangelizo » you can get all texts provided by evangelizo.org web service.
The « Reader Evangelizo » will help you to display daily reading in your website, or saint of the day .. etc
The « Reader Evangelizo » is used as any PHP file on a website, with params like : file.php?param1=1¶m2=2
PARAMETERS
Usage : http://feed.evangelizo.org/v2/reader.php?=«value1»&=«value2»br />
date
Must be formatted like YYYYMMDD. Can not exceed 30 days from today.
type
Inform about what you want to get
-
« saint » : to get the saint of the day (with link to life)
-
« feast » : to get the feast of the day, if there is one (with link to explanation)
-
« liturgic_t » : to get the liturgic title
-
« reading_lt » : to get the long title of the reading
-
« reading_st » : to get the short title of the reading
-
« reading » : to get the text of the reading
-
« audio » : to get the URL of audio file if exist
-
« » : to get all the readings of the day
-
« comment_t » : to get the title of the commentary
-
« comment_a » : to get the author of the commentary
-
« comment_s » : to get the source of the commentary
-
« comment » : to get the text of the commentary
-
« xml » : to get all infos of the day in XML format
lang
Tells the language to display and the liturgical calendar to use
-
« AM » : for american-us language and Roman Ordinary Calendar
-
« AR » : for arabic language and Roman Ordinary Calendar
-
« DE » : for german language and Roman Ordinary Calendar
-
« FR » : for french language and Roman Ordinary Calendar
-
« GR » : for greek (hellenic) language and Roman Ordinary Calendar
-
« IT » : for italian language and Roman Ordinary Calendar
-
« MG » : for malagasy language and Roman Ordinary Calendar
-
« NL » : for dutch language and Roman Ordinary Calendar
-
« PL » : for polish language and Roman Ordinary Calendar
-
« PT » : for portuges language and Roman Ordinary Calendar
-
« SP » : for spanish language and Roman Ordinary Calendar
-
« ARM » : for armenian language and armenian calendar
-
« BYA » : for arabic language and byzantine calendar
-
« COA » : for arabic language and copte calendar
-
« MAA » : for arabic language and maronite calendar
-
« SYA » : for arabic language and syriac calendar
-
« TRA » : for american-us language and Roman extraordinary calendar
-
« TRD » : for german language and Roman extraordinary calendar
-
« TRF » : for french language and Roman extraordinary calendar
-
« TRS » : for spanish language and Roman extraordinary calendar
content
Tells the lecture you want to get
-
« FR » : for the first lecture
-
« PS » : for the psalm
-
« SR » : for the second lecture
-
« GSP » : for the gospel
-
« EP » : for the epistle
-
« GSP » : for the gospel
EXAMPLES
type
date
lang
content
url example
To get the saint of a day
saint
yyyymmdd
Ordinary formsAM, AR, DE, FR,GR, IT, NL, PL,PT,
SPOther formsARM, BYA, MAA,TRF, TRA
Ordinary forms FR,PS,SR,GSPOther
formsEP,GSP
http://feed.evangelizo.org/v2/reader.php?date=20190427&type=saint&lang=IT
To get the feast of a day
feast
http://feed.evangelizo.org/v2/reader.php?date=20190427&type=feast&lang=AM
To get the liturgic title of a day
liturgic_t
http://feed.evangelizo.org/v2/reader.php?date=20190427&type=liturgic_t&lang=FR
To get the long reading title of a day
reading_lt
http://feed.evangelizo.org/v2/reader.php?date=20190427&type=reading_lt&lang=SP&content=FR
To get the short reading title of a day
reading_st
http://feed.evangelizo.org/v2/reader.php?date=20190427&type=reading_st&lang=TRF&content=EP
To get the text of the reading of a day
reading
http://feed.evangelizo.org/v2/reader.php?date=20190427&type=reading&lang=DE&content=GSP
To get the commentary title of a day
comment_t
http://feed.evangelizo.org/v2/reader.php?date=20190427&type=comment_t&lang=PT
To get the commentary author of a day
comment_a
http://feed.evangelizo.org/v2/reader.php?date=20190427&type=comment_a&lang=FR
To get the commentary source of a day
comment_s
http://feed.evangelizo.org/v2/reader.php?date=20190427&type=comment_s&lang=PL
To get the commentary text of a day
comment
http://feed.evangelizo.org/v2/reader.php?date=20190427&type=comment&lang=MAA
PHP example
Javascript example 1
Exemple d'affichage de fichier texte
function displayTextFile(filePath){
iframe = document.getElementsByName('textDisplay')[0];
iframe.src=filePath;
iframe.style.display="block";
}
var currentTime = new Date();
var month = currentTime.getMonth() + 1;
var day = currentTime.getDate();
var year = currentTime.getFullYear();
if (day
Test it online !
What:
all
saint
feast
liturgic title
long reading title
short reading title
text of the reading
audio link of the reading
commentary title
commentary author
commentary source
commentary text
Date:
Sunday 7 June 2026
Monday 8 June 2026
Tuesday 9 June 2026
Wednesday 10 June 2026
Thursday 11 June 2026
Friday 12 June 2026
Saturday 13 June 2026
Sunday 14 June 2026
Monday 15 June 2026
Tuesday 16 June 2026
Wednesday 17 June 2026
Thursday 18 June 2026
Friday 19 June 2026
Saturday 20 June 2026
Sunday 21 June 2026
Monday 22 June 2026
Tuesday 23 June 2026
Wednesday 24 June 2026
Thursday 25 June 2026
Friday 26 June 2026
Saturday 27 June 2026
Sunday 28 June 2026
Monday 29 June 2026
Tuesday 30 June 2026
Wednesday 1 July 2026
Thursday 2 July 2026
Friday 3 July 2026
Saturday 4 July 2026
Sunday 5 July 2026
Monday 6 July 2026
Tuesday 7 July 2026
Lang:
AM
AR
ARM
BYA
BYE
CHA
COA
DE
FR
GR
IT
MAA
MAF
MG
NL
PL
PT
SP
SYA
SYE
TR
TRA
TRD
TRF
TRS
Content (optional):
--
first lecture
psalm
second lecture
gospel
epistle
Submit
function displayTextFile(filePath) {
iframe = document.getElementsByName('textDisplay')[0];
iframe.src = filePath;
iframe.style.display = "block";
iframe.onload = function() {
iframe.width = iframe.contentWindow.document.body.scrollWidth;
iframe.height = iframe.contentWindow.document.body.scrollHeight;
}
}
document.getElementById("submitTry").addEventListener("click", function () {
var url = window.location.protocol + '//' + window.location.hostname + '/v2/reader.php?';
var date = document.getElementById("tryDate").value;
var lang = document.getElementById("tryLang").value;
var content = document.getElementById("tryContent").value;
var type = document.getElementById("tryType").value;
url += 'date=' + date + '&lang=' + lang + '&type=' + type + (content ? ('&content=' + content) : '');
var tryUrlResult = document.getElementById('tryUrlResult');
tryUrlResult.style.display = 'block';
tryUrlResult.innerHTML = 'Printing the content of ' + url + '';
displayTextFile(url);
});
Saint of the day