<html><body><div>@Sebastian<br></div><div>I had a look into django app and found that its possible to get the information of all the plugins.</div><div>The xml_plugin function in orginal django app takes 3 parameters as below,<br data-mce-bogus="1"></div><div><span class="pl-k"><br data-mce-bogus="1"></span></div><div><strong><span class="pl-k">def</span> <span class="pl-en">xml_plugins</span>(<span class="pl-s1">request</span>, <span class="pl-s1">qg_version</span><span class="pl-c1">=</span><span class="pl-c1">None</span>, <span class="pl-s1">stable_only</span><span class="pl-c1">=</span><span class="pl-c1">None</span>, <span class="pl-s1">package_name</span><span class="pl-c1">=</span><span class="pl-c1">None</span>):</strong></div><div><br data-mce-bogus="1"></div><div>Looking at this, I thought to try passing a <strong>package_name</strong> and this seems to work.<br data-mce-bogus="1"></div><div><div>I guess that's what you are looking for. Try this for qgist workbench plugin<br data-mce-bogus="1"></div><div><a href="https://plugins.qgis.org/plugins/plugins.xml?package_name=workbench&qgis=3.10" data-mce-href="https://plugins.qgis.org/plugins/plugins.xml?package_name=workbench&qgis=3.10">https://plugins.qgis.org/plugins/plugins.xml?package_name=workbench&qgis=3.10</a><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>Hope this helps,<br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>regards,<br data-mce-bogus="1"></div><div>FS</div></div><div><br>On April 2, 2020 at 6:56 PM, "Sebastian M. Ernst" <ernst@pleiszenburg.de> wrote:<br><br><div><blockquote type="cite"><div class="msg-quote"><div class="_stretch"><span class="body-text-content">@FS,<br><br>thanks for your reply.<br><br>I already expected that I had to parse the HTML ...<br><br>@all,<br><br>How hard is it to patch this feature into the current infrastructure? Is<br>it more a coding issue or a server resource issue (i.e. handling such<br>requests)? Reading `/qgis-app/plugins/urls.py` and<br>`/qgis-app/plugins/views.py` (from QGIS-Django), it appears that "all"<br>that would be required is a new view of `PluginsList`. Disclaimer: I<br>have very little experience with Django and your infrastructure.<br><br>Best regards,<br>Sebastian<br><br><br>Am 02.04.20 um 18:37 schrieb F. Shah:<br><blockquote type="cite" class="quoted-plain-text">Hi Sebastian,</blockquote><blockquote type="cite" class="quoted-plain-text">I fear it is not possible with the current infrastructure. As per the</blockquote><blockquote type="cite" class="quoted-plain-text">documentation in QGIS-Django this plugin.xml API only accept two</blockquote><blockquote type="cite" class="quoted-plain-text">parameters i.e. qgis: qgis_Version and stable_only: 0/1, default to 0.</blockquote><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text">More information is</blockquote><blockquote type="cite" class="quoted-plain-text">here: <a href="https://github.com/qgis/QGIS-Django/blob/master/qgis-app/plugins/docs/introduction.rst#plugins-xml<<a href=" https:="" github="" com="" qgis="" qgis-django="" blob="" 33b7786e5201f14e9a80f512da9e76f7b94ad772="" qgis-app="" plugins="" docs="" introduction="" rst="" plugins-xml="" gt="" data-mce-href="https://github.com/qgis/QGIS-Django/blob/master/qgis-app/plugins/docs/introduction.rst#plugins-xml<<a href=">https://github.com/qgis/QGIS-Django/blob/33b7786e5201f14e9a80f512da9e76f7b94ad772/qgis-app/plugins/docs/introduction.rst#plugins-xml></a>" rel="noopener noreferrer">https://github.com/qgis/QGIS-Django/blob/master/qgis-app/plugins/docs/introduction.rst#plugins-xml<<a href="https://github.com/qgis/QGIS-Django/blob/33b7786e5201f14e9a80f512da9e76f7b94ad772/qgis-app/plugins/docs/introduction.rst#plugins-xml>" data-mce-href="https://github.com/qgis/QGIS-Django/blob/33b7786e5201f14e9a80f512da9e76f7b94ad772/qgis-app/plugins/docs/introduction.rst#plugins-xml>">https://github.com/qgis/QGIS-Django/blob/33b7786e5201f14e9a80f512da9e76f7b94ad772/qgis-app/plugins/docs/introduction.rst#plugins-xml></a><br data-mce-bogus="1"></blockquote><blockquote type="cite" class="quoted-plain-text"><br></blockquote><blockquote type="cite" class="quoted-plain-text">Hope this helps.</blockquote><blockquote type="cite" class="quoted-plain-text">regards,</blockquote><blockquote type="cite" class="quoted-plain-text">FS</blockquote><blockquote type="cite" class="quoted-plain-text"> <br></blockquote></span></div></div></blockquote></div></div></body></html>